Skip to content

Commit

Permalink
GH-371 Test fix gcc install
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed May 26, 2024
1 parent 826d938 commit cb226d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/linux-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ runs:
- name: Install GCC (Linux)
shell: sh
run: |
sudo apt-get update
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get install gcc-13 g++-13 -y
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-13 100
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-13 100
Expand Down

0 comments on commit cb226d8

Please sign in to comment.