summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-03-23 13:42:26 -0700
committerAlex Crichton <alex@alexcrichton.com>2017-03-23 13:42:26 -0700
commit1febc500a5dbfce1024bc1734acbe860732e6403 (patch)
tree719f623387c9d919f834e9182b30770d4e9e3d6b /appveyor.yml
parent16718abf5034061b89b039d88bb438e9d3e6f885 (diff)
downloadrust-libc-1febc500a5dbfce1024bc1734acbe860732e6403.tar.gz
Surround rustc download in appveyor-retry
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 403682aabf..b6c666c8b5 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -7,7 +7,7 @@ environment:
- TARGET: x86_64-pc-windows-msvc
- TARGET: i686-pc-windows-msvc
install:
- - appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
+ - appveyor-retry 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