Skip to content

Commit 1a36de9

Browse files
committed
Auto merge of rust-lang#555 - alexcrichton:retry-appveyor, r=alexcrichton
Surround rustc download in appveyor-retry
2 parents 30d665a + 1febc50 commit 1a36de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environment:
77
- TARGET: x86_64-pc-windows-msvc
88
- TARGET: i686-pc-windows-msvc
99
install:
10-
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
10+
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
1111
- rustup-init.exe -y --default-host %TARGET%
1212
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
1313
- if defined MSYS2_BITS set PATH=%PATH%;C:\msys64\mingw%MSYS2_BITS%\bin

0 commit comments

Comments
 (0)