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 2173627 commit 31fd894Copy full SHA for 31fd894
.github/workflows/run_test_suite.yml
@@ -95,6 +95,7 @@ jobs:
95
# off of the default commands
96
for i in cpp {,x86_64-linux-gnu-}g++,gcc{,-{ar,nm,ranlib}},gcov{,-{dump,tool}},gfortran lto-dump ; do
97
[[ -e /usr/bin/"${i}" ]] || continue
98
+ [[ -e /usr/bin/"${i}-${{ matrix.gcc }}" ]] || continue
99
sudo rm /usr/bin/"${i}"
100
sudo ln -s "${i}-${{ matrix.gcc }}" /usr/bin/"${i}"
101
"${i}" --version | head -n1
0 commit comments