Skip to content

Commit

Permalink
install gcc fortan in Mac ci
Browse files Browse the repository at this point in the history
  • Loading branch information
correaa committed Jun 29, 2024
1 parent 7d91fd9 commit 50223df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:

- name: Configure system
run: |
brew install cmake gfortran open-mpi pkg-config fftw boost
brew install cmake gcc gfortran open-mpi pkg-config fftw boost
gfortran --version
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
Expand Down

0 comments on commit 50223df

Please sign in to comment.