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 832fa31 commit f4ba32aCopy full SHA for f4ba32a
.github/workflows/build.yml
@@ -52,8 +52,8 @@ jobs:
52
- if: ${{ startsWith(matrix.os, 'ubuntu') }}
53
run: |
54
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
+ sudo apt install gcc-11 g++-11 -y
+ 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
57
- run: npm install --ignore-scripts
58
- run: npm run build-debug
59
- run: npm test
0 commit comments