summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-03-23 08:09:00 -0700
committerAlex Crichton <alex@alexcrichton.com>2017-03-23 11:29:57 -0700
commit9a55bc102786197879013b017cb851e23e59971e (patch)
tree7e25c61b741f0b50d1da568481d3d5cc578a52bc /appveyor.yml
parent863fb885860deef3f605db1e4af0d8a1794d8d9b (diff)
downloadrust-libc-9a55bc102786197879013b017cb851e23e59971e.tar.gz
Get CI working again
A few changes have necessitated some updates on our end
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index a851bb87b6..403682aabf 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -7,7 +7,7 @@ environment:
- TARGET: x86_64-pc-windows-msvc
- TARGET: i686-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
- if defined MSYS2_BITS set PATH=%PATH%;C:\msys64\mingw%MSYS2_BITS%\bin