mirror of https://git.tukaani.org/xz.git
CI: Add gettext as a dependency to CMake builds
This commit is contained in:
parent
24f0f7e399
commit
ec6157570e
|
@ -49,12 +49,12 @@ jobs:
|
||||||
if: ${{ matrix.os == 'ubuntu-latest' && matrix.build_system == 'cmake' }}
|
if: ${{ matrix.os == 'ubuntu-latest' && matrix.build_system == 'cmake' }}
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y build-essential cmake musl-tools
|
sudo apt-get install -y build-essential cmake gettext musl-tools
|
||||||
|
|
||||||
# Install CMake on Mac
|
# Install CMake on Mac
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
if: ${{ matrix.os == 'macos-latest' && matrix.build_system == 'cmake' }}
|
if: ${{ matrix.os == 'macos-latest' && matrix.build_system == 'cmake' }}
|
||||||
run: brew install cmake
|
run: brew install cmake gettext
|
||||||
|
|
||||||
##################
|
##################
|
||||||
# Build and Test #
|
# Build and Test #
|
||||||
|
|
Loading…
Reference in New Issue