We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eafb9c3 + 2f93371 commit 8e9ca4cCopy full SHA for 8e9ca4c
appveyor.yml
@@ -1,7 +1,7 @@
1
os: Visual Studio 2015
2
3
install:
4
- - appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
+ - curl https://win.rustup.rs/ --output rustup-init.exe
5
- rustup-init -yv --default-toolchain stable --default-host x86_64-pc-windows-msvc
6
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
7
- rustc -vV
0 commit comments