Skip to content

Commit 38934d5

Browse files
authored
Update gcc-build.yml
1 parent 608cd79 commit 38934d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gcc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Dependencies
1515
run: |
1616
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
17+
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 100 --slave /usr/bin/g++ g++ /usr/bin/g++-11
1818
- name: Setup
1919
run: |
2020
mkdir bin

0 commit comments

Comments
 (0)