diff options
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index cd7d1c2da..a6ba3b0e1 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -1,7 +1,7 @@ | |||
1 | os: Visual Studio 2015 | 1 | os: Visual Studio 2015 |
2 | 2 | ||
3 | install: | 3 | install: |
4 | - appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe | 4 | - curl https://win.rustup.rs/ --output rustup-init.exe |
5 | - rustup-init -yv --default-toolchain stable --default-host x86_64-pc-windows-msvc | 5 | - rustup-init -yv --default-toolchain stable --default-host x86_64-pc-windows-msvc |
6 | - set PATH=%PATH%;%USERPROFILE%\.cargo\bin | 6 | - set PATH=%PATH%;%USERPROFILE%\.cargo\bin |
7 | - rustc -vV | 7 | - rustc -vV |