mirror of
https://github.com/nlohmann/json.git
synced 2025-06-28 10:11:02 +08:00
👷 install clang
This commit is contained in:
parent
0309025b45
commit
fbd3e8f677
2
.github/workflows/windows_clang.yml
vendored
2
.github/workflows/windows_clang.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: install Clang
|
- name: install Clang
|
||||||
run: choco install -y llvm
|
run: choco install -y clang
|
||||||
- name: cmake
|
- 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
|
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
|
- name: build
|
||||||
|
Loading…
Reference in New Issue
Block a user