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 68ec64f commit 90b95baCopy full SHA for 90b95ba
.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