Skip to content

Commit d17c20b

Browse files
authored
Update linux_and_macos.yml
1 parent f391dc7 commit d17c20b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/linux_and_macos.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,15 @@ jobs:
4848
run: |
4949
brew info gfortran
5050
brew info open-mpi
51-
brew install gfortran open-mpi fftw hdf5-mpi
51+
brew install gfortran
5252
53+
a=`which gfortran-11`; \
54+
b=`dirname $a`; \
55+
c=$b/gfortran; \
56+
ln -s $a $c
57+
58+
brew install open-mpi fftw hdf5-mpi
59+
5360
mpicc -v
5461
mpif90 -v
5562

0 commit comments

Comments
 (0)