From 42ef2a5adb206274a136c9ca7512e151fd9c5cb2 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sat, 30 May 2020 13:15:56 +0200 Subject: [PATCH] :construction_worker: use Clang compiler --- .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 9bb39f54..244a4567 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 -D CMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On + run: cmake -S . -B build -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On - name: build run: cmake --build build --parallel 10 - name: test