Skip to content

Commit

Permalink
- added ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Nov 21, 2024
1 parent abd85db commit 54eef44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/store-artefact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ jobs:

- name: install CMake, ninja and swig using pip
run: |
/opt/python/cp38-cp38/bin/pip install cmake swig
/opt/python/cp38-cp38/bin/pip install cmake swig ninja
ln -s /opt/python/cp38-cp38/bin/cmake /usr/bin/cmake
ln -s /opt/python/cp38-cp38/bin/ctest /usr/bin/ctest
ln -s /opt/python/cp38-cp38/bin/swig /usr/bin/swig
Expand Down

0 comments on commit 54eef44

Please sign in to comment.