Skip to content

Commit

Permalink
install gcc-11+
Browse files Browse the repository at this point in the history
  • Loading branch information
neodix42 committed Oct 21, 2024
1 parent 0437dd8 commit fc4b53d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ton-x86-64-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
- name: Install GCC-11
run: |
sudo update-alternatives --remove-all gcc
sudo update-alternatives --remove-all g++
sudo apt install build-essential manpages-dev software-properties-common
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt update && sudo apt install gcc-11 g++-11
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 10
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-11 10
Expand Down

0 comments on commit fc4b53d

Please sign in to comment.