Skip to content

Commit

Permalink
[ghactions] Install missing ccache for osx build and use gcc 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Mar 4, 2024
1 parent c22dcd1 commit 356bcaf
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 @@ -85,7 +85,7 @@ jobs:
- name: Install homebrew dependencies
if: matrix.os == 'macos-12'
run: |
brew install gcc@11 llvm boost fftw hdf5 open-mpi openblas
brew install ccache gcc@12 llvm boost fftw hdf5 open-mpi openblas
brew install wentzell/triqs/nfft
pip3 install mako numpy scipy mpi4py
pip3 install -r requirements.txt
Expand Down

0 comments on commit 356bcaf

Please sign in to comment.