File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,7 @@ install:
28
28
- if defined MINGW_URL 7z x -y %MINGW_ARCHIVE% > nul
29
29
- if defined MINGW_URL set PATH=%CD%\%MINGW_DIR%\bin;C:\msys64\usr\bin;%PATH%
30
30
31
- # FIXME(#3394) use master rustup
32
- # for the purposes of testing this PR, use rustup 1.2.0 because there is possibly a
33
- # change https://github.com/rust-lang-nursery/rustup.rs/pull/1093 about to land
34
- # nightly rustup that will also fix some of the failing windows tests.
35
- - curl -sSfO https://static.rust-lang.org/rustup/archive/1.2.0/x86_64-pc-windows-msvc/rustup-init.exe
31
+ - appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
36
32
- rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly-2017-03-03
37
33
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
38
34
- if NOT "%TARGET%" == "x86_64-pc-windows-msvc" rustup target add %TARGET%
You can’t perform that action at this time.
0 commit comments