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 20d3d85 commit 29ce506Copy full SHA for 29ce506
.github/workflows/CI.yml
@@ -49,6 +49,9 @@ jobs:
49
- name: Install GFortran Linux
50
if: contains( matrix.os, 'ubuntu')
51
run: |
52
+ sudo add-apt-repository ppa:ubuntu-toolchain-r/test
53
+ sudo apt-get update
54
+ sudo apt-get install -y gcc-${GCC_V} gfortran-${GCC_V}
55
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${GCC_V} 100 \
56
--slave /usr/bin/gfortran gfortran /usr/bin/gfortran-${GCC_V} \
57
--slave /usr/bin/gcov gcov /usr/bin/gcov-${GCC_V}
0 commit comments