Skip to content

Commit

Permalink
Fix typo in .github/workflows/linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
greg7mdp committed Sep 21, 2024
1 parent 2f3247f commit 0d20da8
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 @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
compiler: [g++-, clang++]
compiler: [g++, clang++]
flags: [-std=c++20]
optimize: [-O2]

Expand Down

0 comments on commit 0d20da8

Please sign in to comment.