Skip to content

Commit

Permalink
Merge branch 'install-gcc-fortan-in-mac-ci' into 'master'
Browse files Browse the repository at this point in the history
install gcc fortan in Mac ci

See merge request npneq/inq!1094
  • Loading branch information
correaa committed Jun 30, 2024
2 parents cafc877 + 50223df commit f45e6b0
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 f45e6b0

Please sign in to comment.