We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30d665a + 1febc50 commit 1a36de9Copy full SHA for 1a36de9
appveyor.yml
@@ -7,7 +7,7 @@ environment:
7
- TARGET: x86_64-pc-windows-msvc
8
- TARGET: i686-pc-windows-msvc
9
install:
10
- - appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
+ - appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
11
- rustup-init.exe -y --default-host %TARGET%
12
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
13
- if defined MSYS2_BITS set PATH=%PATH%;C:\msys64\mingw%MSYS2_BITS%\bin
0 commit comments