👷 install clang
This commit is contained in:
parent
0309025b45
commit
fbd3e8f677
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows_clang.yml
vendored
2
.github/workflows/windows_clang.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue