Skip to content

Commit f4ba32a

Browse files
[ubuntu] Update GCC version to 11
1 parent 832fa31 commit f4ba32a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
- if: ${{ startsWith(matrix.os, 'ubuntu') }}
5353
run: |
5454
sudo apt update
55-
sudo apt install gcc-10 g++-10 -y
56-
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 100 --slave /usr/bin/g++ g++ /usr/bin/g++-10 --slave /usr/bin/gcov gcov /usr/bin/gcov-10
55+
sudo apt install gcc-11 g++-11 -y
56+
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 100 --slave /usr/bin/g++ g++ /usr/bin/g++-11 --slave /usr/bin/gcov gcov /usr/bin/gcov-11
5757
- run: npm install --ignore-scripts
5858
- run: npm run build-debug
5959
- run: npm test

0 commit comments

Comments
 (0)