Skip to content

Commit 1febc50

Browse files
committed
Surround rustc download in appveyor-retry
1 parent 16718ab commit 1febc50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
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)