mirror of
https://git.tukaani.org/xz.git
synced 2025-03-03 07:00:53 +00:00
CI: Add gettext as a dependency to CMake builds
This commit is contained in:
parent
24f0f7e399
commit
ec6157570e
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -49,12 +49,12 @@ jobs:
|
||||
if: ${{ matrix.os == 'ubuntu-latest' && matrix.build_system == 'cmake' }}
|
||||
run: |
|
||||
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
|
||||
- name: Install Dependencies
|
||||
if: ${{ matrix.os == 'macos-latest' && matrix.build_system == 'cmake' }}
|
||||
run: brew install cmake
|
||||
run: brew install cmake gettext
|
||||
|
||||
##################
|
||||
# Build and Test #
|
||||
|
Loading…
x
Reference in New Issue
Block a user