From aa858d9418a198760d32275f6e26806d5aba2648 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 27 Mar 2017 06:48:47 -0700 Subject: [PATCH] Use appveyor to download rustup --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 22a5851..04c96dd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,7 @@ environment: matrix: - TARGET: x86_64-pc-windows-msvc install: - - 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-host %TARGET% - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin - rustc -V