From 6315cbe7d8ccda4eb7707d0e973f4015233a46f0 Mon Sep 17 00:00:00 2001 From: gwenn <gtreguier@gmail.com> Date: Fri, 24 Mar 2017 21:30:31 +0100 Subject: [PATCH] Update Appveyor file --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a1abe76d..e94c63d0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,9 +1,9 @@ environment: TARGET: x86_64-pc-windows-msvc install: - - curl -sSf -o rustup-init.exe https://win.rustup.rs/ - - rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly - - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin + - appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe + - rustup-init -yv --default-toolchain nightly --default-host %TARGET% + - set PATH=%PATH%;%USERPROFILE%\.cargo\bin - rustc -V - cargo -V -- GitLab