Skip to content

Commit

Permalink
Install g++-13 in CI only when needed
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkrupinski committed May 30, 2024
1 parent 39200e8 commit ebfec8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: install g++-13
if: matrix.compiler == 'g++-13' || matrix.compiler == 'clang++-18'
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update && sudo apt-get install -y g++-13
Expand Down

0 comments on commit ebfec8c

Please sign in to comment.