Skip to content

Commit 6c5dfe9

Browse files
author
Jorge Aparicio
authored
Merge pull request #56 from japaric/appveyor
appveyor: use rustup
2 parents 6288f23 + b2ea9d5 commit 6c5dfe9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ environment:
44
- TARGET: x86_64-pc-windows-msvc
55

66
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
7+
- curl -sSf -o rustup-init.exe https://win.rustup.rs
8+
- rustup-init.exe --default-host %TARGET% --default-toolchain nightly -y
9+
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
1010
- gem install gist
1111
- rustc -Vv
1212
- cargo -V

0 commit comments

Comments
 (0)