From 9191926fff263f8d71e2ed22490dc56189cf22e2 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sat, 30 May 2020 13:23:13 +0200 Subject: [PATCH] :construction_worker: use Makefiles --- .github/workflows/windows_clang.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows_clang.yml b/.github/workflows/windows_clang.yml index 244a45678..e544ad607 100644 --- a/.github/workflows/windows_clang.yml +++ b/.github/workflows/windows_clang.yml @@ -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