Skip to content

Commit f7d835c

Browse files
committed
Update CI
1 parent 49926a0 commit f7d835c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
run: |
1818
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
1919
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
2320
2421
- name: Build
2522
run: |

0 commit comments

Comments
 (0)