Skip to content

Commit

Permalink
ci: use clang++
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Oct 2, 2024
1 parent 664e6fa commit e98e03c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
run: |
cmake -B build
cmake --build build
env:
CXX: clang++

- name: Test
run: ctest --test-dir build
Expand Down

0 comments on commit e98e03c

Please sign in to comment.