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 0861746 commit 5588934Copy full SHA for 5588934
.github/workflows/cpp_ubuntu20_04.yml
@@ -32,8 +32,8 @@ jobs:
32
33
- name: Switch GCC version
34
run: |
35
- update-alternatives --set gcc /usr/bin/gcc-${{ matrix.gcc_version }}
36
- update-alternatives --set g++ /usr/bin/g++-${{ matrix.gcc_version }}
+ update-alternatives --set gcc /usr/bin/gcc-${{ matrix.gcc }}
+ update-alternatives --set g++ /usr/bin/g++-${{ matrix.gcc}}
37
gcc --version
38
g++ --version
39
0 commit comments