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:
2828 - if defined MINGW_URL 7z x -y %MINGW_ARCHIVE% > nul
2929 - if defined MINGW_URL set PATH=%CD%\%MINGW_DIR%\bin;C:\msys64\usr\bin;%PATH%
3030
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
3632 - rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly-2017-03-03
3733 - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
3834 - if NOT "%TARGET%" == "x86_64-pc-windows-msvc" rustup target add %TARGET%
You can’t perform that action at this time.
0 commit comments