Skip to content

Commit 15e2868

Browse files
authored
Update linux_and_macos.yml
Re-install gcc for gfortran
1 parent b3ebc0f commit 15e2868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux_and_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v2
4848
- name: build
4949
run: |
50-
brew install gfortran
50+
brew reinstall gcc
5151
brew info gfortran
5252
brew install open-mpi fftw hdf5-mpi
5353
brew info open-mpi

0 commit comments

Comments
 (0)