Skip to content

Commit

Permalink
Merge pull request #26 from SCOREC/No_Clang
Browse files Browse the repository at this point in the history
Remove clang++
  • Loading branch information
cwsmith authored Nov 21, 2023
2 parents 0796b76 + 9f1aa93 commit 2d35a51
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 2d35a51

Please sign in to comment.