Skip to content

Commit

Permalink
Install ninja-build from apt
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored Apr 22, 2024
1 parent da4ccfb commit 51d60ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
libboost-thread-dev libboost-program-options-dev libpdal-dev\
subversion libzstd-dev checkinstall \
libglu1-mesa-dev libxmu-dev \
ghostscript wget -y make ccache g++
- run: python -m pip install ninja
ghostscript wget -y make ccache g++ ninja-build
#- run: python -m pip install ninja
- name: Configure ccache
run: |
echo CCACHE_BASEDIR=$PWD >> ${GITHUB_ENV}
Expand Down

0 comments on commit 51d60ca

Please sign in to comment.