👷 use Makefiles
This commit is contained in:
parent
42ef2a5adb
commit
9191926fff
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows_clang.yml
vendored
2
.github/workflows/windows_clang.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
- name: install Clang
|
||||
run: choco install -y llvm
|
||||
- name: cmake
|
||||
run: cmake -S . -B build -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On
|
||||
run: cmake -S . -B build -DCMAKE_CXX_COMPILER=clang++ -G"MinGW Makefiles" -DCMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On
|
||||
- name: build
|
||||
run: cmake --build build --parallel 10
|
||||
- name: test
|
||||
|
|
Loading…
Reference in a new issue