We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af7223 commit 9ec6a78Copy full SHA for 9ec6a78
appveyor.yml
@@ -5,7 +5,7 @@ environment:
5
6
install:
7
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
8
- - rust-nightly-%TARGET%.exe
+ - rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
9
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
10
- rustc -Vv
11
- cargo -V
0 commit comments