diff options
Diffstat (limited to 'libc/appveyor.yml')
-rw-r--r-- | libc/appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/appveyor.yml b/libc/appveyor.yml index a851bb8..b6c666c 100644 --- a/libc/appveyor.yml +++ b/libc/appveyor.yml @@ -7,7 +7,7 @@ environment: - TARGET: x86_64-pc-windows-msvc - TARGET: i686-pc-windows-msvc install: - - curl -sSf -o rustup-init.exe https://win.rustup.rs/ + - appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe - rustup-init.exe -y --default-host %TARGET% - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin - if defined MSYS2_BITS set PATH=%PATH%;C:\msys64\mingw%MSYS2_BITS%\bin |