We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68ec64f + 90b95ba commit ab51f0aCopy full SHA for ab51f0a
.github/workflows/CI.yml
@@ -49,7 +49,7 @@ jobs:
49
sudo apt-get install -y gcc-${GCC_V} gfortran-${GCC_V}
50
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${GCC_V} 100 \
51
--slave /usr/bin/gfortran gfortran /usr/bin/gfortran-${GCC_V} \
52
- --slave /usr/bingcov gcov /usr/bin/gcov-${GCC_V}
+ --slave /usr/bin/gcov gcov /usr/bin/gcov-${GCC_V}
53
54
- name: Install GFortran macOS
55
if: contains( matrix.os, 'macos')
0 commit comments