From 67a20ff0b95df8f1d07f8908ca4df530edaf23c5 Mon Sep 17 00:00:00 2001 From: Diggory Blake Date: Tue, 21 Mar 2017 17:01:06 +0000 Subject: [PATCH] Remove curl usage --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index f97073504a..912d5799b7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,7 +22,7 @@ branches: install: # Install rust, x86_64-pc-windows-msvc host - - curl -sSf -o rustup-init.exe https://win.rustup.rs/ + - appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe - rustup-init.exe -y --default-toolchain=nightly-2017-01-06-x86_64-pc-windows-msvc - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin