Skip to content

Commit 9ec6a78

Browse files
author
Jorge Aparicio
committed
properly call the rust installer to not require user input
1 parent 5af7223 commit 9ec6a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ environment:
55

66
install:
77
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
8-
- rust-nightly-%TARGET%.exe
8+
- rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
99
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
1010
- rustc -Vv
1111
- cargo -V

0 commit comments

Comments
 (0)