We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02d1b87 + 67a20ff commit d15ee14Copy full SHA for d15ee14
appveyor.yml
@@ -22,7 +22,7 @@ branches:
22
23
install:
24
# Install rust, x86_64-pc-windows-msvc host
25
- - curl -sSf -o rustup-init.exe https://win.rustup.rs/
+ - appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
26
- rustup-init.exe -y --default-toolchain=nightly-2017-01-06-x86_64-pc-windows-msvc
27
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
28
0 commit comments