Skip to content

Commit

Permalink
[ghactions] Install ccache in brew env
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Jan 30, 2024
1 parent 0d0d221 commit 5100431
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 @@ -82,7 +82,7 @@ jobs:
- name: Install homebrew dependencies
if: matrix.os == 'macos-12'
run: |
brew install gcc@12 llvm hdf5 open-mpi openblas
brew install ccache gcc@12 llvm hdf5 open-mpi openblas
pip3 install mako numpy scipy mpi4py
pip3 install -r requirements.txt
Expand Down

0 comments on commit 5100431

Please sign in to comment.