Tweak environment variable and try to install quietly.

This commit is contained in:
Nolan Darilek 2020-11-17 12:28:08 -06:00
parent 55eea365c4
commit 47782166d3

View File

@ -22,11 +22,11 @@ jobs:
name: Build Windows name: Build Windows
runs-on: windows-latest runs-on: windows-latest
env: env:
LIBCLANG_PATH: c:\llvm\bin LIBCLANG_PATH: c:\program files\llvm\bin
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- run: | - run: |
choco install -y llvm choco install -qy llvm
rustup update rustup update
cargo check --release --all-features cargo check --release --all-features