Skip to content

Commit

Permalink
Try using libc++ with Clang 16 on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
tcbrindle committed Jan 25, 2024
1 parent 55d1069 commit 8cb0640
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 @@ -30,7 +30,7 @@ jobs:
brew install gcc@13 ninja binutils
brew link --force binutils
- compiler: Clang-16
cxx: clang++
cxx: clang++ -stdlib=libc++
install: |
brew install llvm@16 ninja binutils
brew link --force binutils
Expand Down

0 comments on commit 8cb0640

Please sign in to comment.