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
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