👷 install clang

pull/2259/head
Niels Lohmann 2020-05-30 13:35:19 +02:00
parent 0309025b45
commit fbd3e8f677
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: install Clang
run: choco install -y llvm
run: choco install -y clang
- name: cmake
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