properly call the rust installer to not require user input
This commit is contained in:
parent
74ca884c6d
commit
e414f9a954
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ environment:
|
|||
|
||||
install:
|
||||
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
|
||||
- rust-nightly-%TARGET%.exe
|
||||
- rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
|
||||
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
|
||||
- rustc -Vv
|
||||
- cargo -V
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue