AppVeyor: retry download

This commit is contained in:
Ralf Jung 2019-07-30 23:17:13 +02:00
parent fcbdd2c864
commit 6902461226

View File

@ -18,7 +18,7 @@ cache:
install:
# Install Rust
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
- curl -sSf --retry 3 -o rustup-init.exe https://win.rustup.rs/
- rustup-init.exe -y --default-host %TARGET% --default-toolchain stable
- set PATH=%USERPROFILE%\.cargo\bin;%PATH%
# Install "master" toolchain