There was an error while loading. Please reload this page.
1 parent 49926a0 commit f7d835cCopy full SHA for f7d835c
1 file changed
.github/workflows/build.yml
@@ -17,9 +17,6 @@ jobs:
17
run: |
18
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
19
sudo apt-get update && sudo apt-get install -y binutils-dev g++-13 libiberty-dev
20
- g++ --version
21
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-13 100
22
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-13 100
23
24
- name: Build
25
0 commit comments