Skip to content

Commit d773d7b

Browse files
committed
use latest rustup again (undo pin to 1.2.0)
1 parent b1a9616 commit d773d7b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

appveyor.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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%

0 commit comments

Comments
 (0)