Updated to latest choco installer

pull/7/head
ko1N 4 years ago
parent 2f0009751b
commit 647e5d77fd

@ -14,9 +14,9 @@ jobs:
with: with:
submodules: 'true' submodules: 'true'
- name: install libclang - name: install libclang
run: | uses: crazy-max/ghaction-chocolatey@master
curl -Ls -o "LLVM-10.0.0-win64.exe" "https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.0/LLVM-10.0.0-win64.exe" with:
LLVM-10.0.0-win64.exe /S args: install llvm
- name: build - name: build
run: cargo build --workspace --verbose run: cargo build --workspace --verbose
- name: run tests - name: run tests

Loading…
Cancel
Save