Skip to content

Commit

Permalink
install ninja-build
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmuhs committed Nov 24, 2024
1 parent ebc97ac commit 6ffe228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-cibuildwheel-pybind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
- name: install Linux deps
run: |
sudo apt-get update && \
sudo apt-get install -y libsnappy-dev libzzip-dev zlib1g-dev libboost-all-dev ccache
sudo apt-get install -y libsnappy-dev libzzip-dev zlib1g-dev libboost-all-dev ccache ninja-build
- name: ccache
uses: hendrikmuhs/[email protected]
with:
Expand Down

0 comments on commit 6ffe228

Please sign in to comment.