Skip to content

Commit 29ce506

Browse files
committed
try this
1 parent 20d3d85 commit 29ce506

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
- name: Install GFortran Linux
5050
if: contains( matrix.os, 'ubuntu')
5151
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}
5255
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${GCC_V} 100 \
5356
--slave /usr/bin/gfortran gfortran /usr/bin/gfortran-${GCC_V} \
5457
--slave /usr/bin/gcov gcov /usr/bin/gcov-${GCC_V}

0 commit comments

Comments
 (0)