Skip to content

Commit b3ebc0f

Browse files
authored
Update linux_and_macos.yml
Set independent homebred installation for gfortran
1 parent 6c90576 commit b3ebc0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/linux_and_macos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ jobs:
4747
- uses: actions/checkout@v2
4848
- name: build
4949
run: |
50-
brew install gfortran open-mpi fftw hdf5-mpi
50+
brew install gfortran
5151
brew info gfortran
52+
brew install open-mpi fftw hdf5-mpi
5253
brew info open-mpi
5354
5455
mpicc -v

0 commit comments

Comments
 (0)