Skip to content

Commit 87f0a5c

Browse files
committed
update github actions
1 parent e99ea6a commit 87f0a5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cmake-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: choco install ninja
2626

2727
- name: Configure with CMake
28-
run: cmake -S . -B build -G Ninja -T ClangCL
28+
run: cmake -S . -B build -G Ninja -DCMAKE_C_COMPILER=clang
2929

3030
- name: Build with MSVC
3131
run: cmake --build build --config MinSizeRel

0 commit comments

Comments
 (0)