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 27f19cf commit c3dbd68Copy full SHA for c3dbd68
.github/workflows/run_test_suite.yml
@@ -91,7 +91,7 @@ jobs:
91
# Make requested version GCC and GCOV the system default
92
# before we have an easy way to fully divert "make check"
93
# off of the default commands
94
- for i in cpp {,x86_64-linux-gnu-}g++,gcc{,-{ar,nm,ranlib}},gcov{,-{dump,tool}},gfortran lto-dump ; do
+ for i in cpp {,x86_64-linux-gnu-}{g++,gcc{,-{ar,nm,ranlib}},gcov{,-{dump,tool}},gfortran} lto-dump ; do
95
[[ -e /usr/bin/"${i}" ]] || continue
96
[[ -e /usr/bin/"${i}-${{ matrix.gcc }}" ]] || continue
97
sudo rm /usr/bin/"${i}"
0 commit comments