diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd8e2f08..ee017363 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 #