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.
1 parent eafb9c3 commit 2f93371Copy full SHA for 2f93371
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