We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6288f23 + b2ea9d5 commit 6c5dfe9Copy full SHA for 6c5dfe9
appveyor.yml
@@ -4,9 +4,9 @@ environment:
4
- TARGET: x86_64-pc-windows-msvc
5
6
install:
7
- - ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
8
- - rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
9
- - SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
+ - curl -sSf -o rustup-init.exe https://win.rustup.rs
+ - rustup-init.exe --default-host %TARGET% --default-toolchain nightly -y
+ - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
10
- gem install gist
11
- rustc -Vv
12
- cargo -V
0 commit comments