Skip to content

Commit a32db34

Browse files
authored
Update test-fortran-macos.yml
1 parent fdabd3d commit a32db34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-fortran-macos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
# https://github.com/actions/virtual-environments/issues/2524
2525
# https://github.com/cbg-ethz/dce/blob/master/.github/workflows/pkgdown.yaml
2626
gfortran-11 --version
27-
gcc-11 --version
27+
gcc-11 --version
28+
whereis gcc-11
2829
gcc --version
2930
ls /usr/local/Cellar/gcc@11/*/lib/gcc/11
3031
sudo ln -s /usr/local/bin/gfortran-11 /usr/local/bin/gfortran

0 commit comments

Comments
 (0)