Skip to content

Commit

Permalink
Fix gcc installation yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hit9 committed May 19, 2024
1 parent 032e6b8 commit de066ab
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ jobs:
prepare-gcc-13:
runs-on: ubuntu-latest
steps:
- run: >
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
sudo apt-get update -y
sudo apt-get install gcc-13
- name: Install gcc-13
run: >
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
sudo apt-get update -y
sudo apt-get install gcc-13
build:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit de066ab

Please sign in to comment.