Skip to content

Commit 6902461

Browse files
committed
AppVeyor: retry download
1 parent fcbdd2c commit 6902461

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
@@ -18,7 +18,7 @@ cache:
1818

1919
install:
2020
# Install Rust
21-
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
21+
- curl -sSf --retry 3 -o rustup-init.exe https://win.rustup.rs/
2222
- rustup-init.exe -y --default-host %TARGET% --default-toolchain stable
2323
- set PATH=%USERPROFILE%\.cargo\bin;%PATH%
2424
# Install "master" toolchain

0 commit comments

Comments
 (0)