From 2f93371d82816b3b4b220dd09ffbd5f306229a31 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sun, 28 Jan 2018 12:40:50 +0300 Subject: Try to fix spurious download errors on appveyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index cd7d1c2da..a6ba3b0e1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ os: Visual Studio 2015 install: - - appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe + - curl https://win.rustup.rs/ --output rustup-init.exe - rustup-init -yv --default-toolchain stable --default-host x86_64-pc-windows-msvc - set PATH=%PATH%;%USERPROFILE%\.cargo\bin - rustc -vV -- cgit v1.2.3