We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d936f commit d1d1b49Copy full SHA for d1d1b49
.github/workflows/CI.yml
@@ -48,6 +48,7 @@ jobs:
48
- name: Install GFortran macOS
49
if: contains(matrix.os, 'macos')
50
run: |
51
+ brew install gcc@${GCC_V}
52
ln -s /usr/local/bin/gfortran-${GCC_V} /usr/local/bin/gfortran
53
which gfortran-${GCC_V}
54
which gfortran
0 commit comments