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 cfd2940 commit bd091d3Copy full SHA for bd091d3
.github/workflows/CI.yml
@@ -56,8 +56,6 @@ jobs:
56
ln -fs /usr/local/opt/gcc@${GCC_V}/lib/gcc/${GCC_V}/libgfortran.5.dylib /usr/local/opt/gcc@9/lib/gcc/9/libgfortran.5.dylib
57
ln -fs /usr/local/lib/gcc/${GCC_V}/libgcc_s.1.dylib /usr/local/lib/gcc/9/libgcc_s.1.dylib
58
59
-/usr/local/opt/gcc@9/lib/gcc/9/libquadmath.0.dylib
60
-
61
- name: Install GFortran Linux
62
if: contains(matrix.os, 'ubuntu')
63
run: |
0 commit comments