Skip to content

Commit

Permalink
Install g++-13
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkrupinski committed Jun 22, 2023
1 parent 8d2e405 commit eb73d02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
configuration: [Debug, Release]
steps:
- uses: actions/checkout@v3
- name: install g++-13
if: matrix.compiler == 'g++-13'
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update && sudo apt-get install -y g++-13
- name: install clang++-15
if: matrix.compiler == 'clang++-15'
run: |
Expand Down

0 comments on commit eb73d02

Please sign in to comment.