Skip to content

Commit

Permalink
build.yml: Add clang++ to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilJustice committed Jan 2, 2025
1 parent 9f6e044 commit a40c5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
cmake_build_type: [Debug, Release]
cxx: [g++-11]
cxx: [clang++, g++-11]

runs-on: ubuntu-latest

Expand Down

0 comments on commit a40c5d8

Please sign in to comment.