Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkrupinski committed May 30, 2024
1 parent a143e4e commit cddf63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: install g++-13
if: matrix.compiler == '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 cddf63a

Please sign in to comment.