Skip to content

Commit

Permalink
Add ninja as a requirement to ghactions
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoemi09 committed Jan 25, 2024
1 parent a2a2e62 commit 9de4004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
if: matrix.os == 'macos-12'
run: |
brew install gcc@12 llvm boost fftw hdf5 open-mpi openblas
pip3 install mako numpy scipy mpi4py
pip3 install mako numpy scipy mpi4py ninja
pip3 install -r requirements.txt
- name: add clang cxxflags
Expand Down

0 comments on commit 9de4004

Please sign in to comment.