We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6b841d commit c1c524eCopy full SHA for c1c524e
.github/workflows/cmake-single-platform.yml
@@ -21,7 +21,7 @@ jobs:
21
run: |
22
mkdir build
23
cd build
24
- cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ ..
+ cmake -DCMAKE_C_COMPILER=clang-17 -DCMAKE_CXX_COMPILER=clang++ ..
25
26
- name: Build App
27
0 commit comments