Skip to content

Commit

Permalink
Test with libc++ on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Nov 5, 2024
1 parent 3b1402e commit 530fb2f
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 @@ -217,7 +217,7 @@ jobs:
strategy:
fail-fast: false
matrix:
flags: ["-fms-extensions"]
flags: ["-fms-extensions","-stdlib=libc++"]
build_type: [Debug, Release]

runs-on: ubuntu-latest
Expand Down

0 comments on commit 530fb2f

Please sign in to comment.