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 d44f03b commit 3033a53Copy full SHA for 3033a53
.github/workflows/CI.yml
@@ -50,7 +50,7 @@ jobs:
50
if: ${{ contains(matrix.os, 'ubuntu') }}
51
run: |
52
sudo update-alternatives \
53
- --install /usr/bin/gcc gcc /usr/bin/gcc-${{ matrix.gcc }} 140 \
+ --install /usr/bin/gcc gcc /usr/bin/gcc-${{ matrix.gcc }} 100 \
54
--slave /usr/bin/gfortran gfortran /usr/bin/gfortran-${{ matrix.gcc }} \
55
--slave /usr/bin/gcov gcov /usr/bin/gcov-${{ matrix.gcc }}
56
@@ -190,7 +190,7 @@ jobs:
190
191
192
193
194
195
196
0 commit comments