Skip to content

Commit

Permalink
test(): hard set clang version to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
0-Sacha committed Mar 13, 2024
1 parent 7456137 commit 68b7714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ProjectCore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ jobs:
- name: Version
run: clang --version
- name: Building...
run: CC=clang bazelisk build --copt=-std=c++20 //...
run: CC=clang++-17 bazelisk build --copt=-std=c++20 //...
- name: Testing...
run: CC=clang bazelisk test --copt=-std=c++20 //...
run: CC=clang++-17 bazelisk test --copt=-std=c++20 //...

0 comments on commit 68b7714

Please sign in to comment.