From 47782166d318fa46c09da885b448e1d3c8055f87 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 17 Nov 2020 12:28:08 -0600 Subject: [PATCH] Tweak environment variable and try to install quietly. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5b6ed65..0cc14ca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,11 +22,11 @@ jobs: name: Build Windows runs-on: windows-latest env: - LIBCLANG_PATH: c:\llvm\bin + LIBCLANG_PATH: c:\program files\llvm\bin steps: - uses: actions/checkout@v2 - run: | - choco install -y llvm + choco install -qy llvm rustup update cargo check --release --all-features