👷 install clang

parent 0309025b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment