mirror of
https://github.com/nlohmann/json.git
synced 2026-08-13 12:43:18 +00:00
👷 use Clang compiler
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
|||||||
- name: install Clang
|
- name: install Clang
|
||||||
run: choco install -y llvm
|
run: choco install -y llvm
|
||||||
- name: cmake
|
- 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
|
- name: build
|
||||||
run: cmake --build build --parallel 10
|
run: cmake --build build --parallel 10
|
||||||
- name: test
|
- name: test
|
||||||
|
|||||||
Reference in New Issue
Block a user