Skip to content

Commit 31fd894

Browse files
committed
ROBUST PATCHER
1 parent 2173627 commit 31fd894

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run_test_suite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
# off of the default commands
9696
for i in cpp {,x86_64-linux-gnu-}g++,gcc{,-{ar,nm,ranlib}},gcov{,-{dump,tool}},gfortran lto-dump ; do
9797
[[ -e /usr/bin/"${i}" ]] || continue
98+
[[ -e /usr/bin/"${i}-${{ matrix.gcc }}" ]] || continue
9899
sudo rm /usr/bin/"${i}"
99100
sudo ln -s "${i}-${{ matrix.gcc }}" /usr/bin/"${i}"
100101
"${i}" --version | head -n1

0 commit comments

Comments
 (0)