👷 set full path

This commit is contained in:
Niels Lohmann 2020-05-30 13:28:44 +02:00
parent 9191926fff
commit 0309025b45
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

View file

@ -12,7 +12,7 @@ jobs:
- name: install Clang
run: choco install -y llvm
- name: cmake
run: cmake -S . -B build -DCMAKE_CXX_COMPILER=clang++ -G"MinGW Makefiles" -DCMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On
run: cmake -S . -B build -DCMAKE_CXX_COMPILER=C:\Program Files\LLVM\bin\clang++ -G"MinGW Makefiles" -DCMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On
- name: build
run: cmake --build build --parallel 10
- name: test