We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e99ea6a commit 87f0a5cCopy full SHA for 87f0a5c
1 file changed
.github/workflows/cmake-build.yml
@@ -25,7 +25,7 @@ jobs:
25
run: choco install ninja
26
27
- name: Configure with CMake
28
- run: cmake -S . -B build -G Ninja -T ClangCL
+ run: cmake -S . -B build -G Ninja -DCMAKE_C_COMPILER=clang
29
30
- name: Build with MSVC
31
run: cmake --build build --config MinSizeRel
0 commit comments