From 647e5d77fd442de55b79397e73d23d263e73538f Mon Sep 17 00:00:00 2001 From: ko1N Date: Fri, 1 Jan 2021 03:00:11 +0100 Subject: [PATCH] Updated to latest choco installer --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e3aeba0..3900f05 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,9 +14,9 @@ jobs: with: submodules: 'true' - name: install libclang - run: | - 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" - LLVM-10.0.0-win64.exe /S + uses: crazy-max/ghaction-chocolatey@master + with: + args: install llvm - name: build run: cargo build --workspace --verbose - name: run tests