We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608cd79 commit 38934d5Copy full SHA for 38934d5
.github/workflows/gcc-build.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Dependencies
15
run: |
16
sudo apt-get update && sudo apt-get install -yq libboost-all-dev g++-11
17
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 100 --slave /usr/bin/g++ g++ /usr/bin/g++-11
+ sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 100 --slave /usr/bin/g++ g++ /usr/bin/g++-11
18
- name: Setup
19
20
mkdir bin
0 commit comments