Skip to content

Commit

Permalink
Remove clang++
Browse files Browse the repository at this point in the history
does not compile
  • Loading branch information
PrestonH2O authored Nov 21, 2023
1 parent 0796b76 commit 9f1aa93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
compiler: [g++,clang++]
compiler: [g++]
language: ['cpp']
build_type: [Debug, Release]
# Permissions needed for codeql analysis
Expand Down

0 comments on commit 9f1aa93

Please sign in to comment.