We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14ddf3 commit aa96932Copy full SHA for aa96932
appveyor.yml
@@ -26,7 +26,9 @@ install:
26
- if defined MINGW_URL appveyor DownloadFile %MINGW_URL%/%MINGW_ARCHIVE%
27
- if defined MINGW_URL 7z x -y %MINGW_ARCHIVE% > nul
28
- if defined MINGW_URL set PATH=%CD%\%MINGW_DIR%\bin;C:\msys64\usr\bin;%PATH%
29
- - curl -sSf -o rustup-init.exe https://win.rustup.rs/
+
30
+ # FIXME(#3394) use master rustup
31
+ - curl -sSfO https://static.rust-lang.org/rustup/archive/0.6.5/x86_64-pc-windows-msvc/rustup-init.exe
32
- rustup-init.exe -y --default-host x86_64-pc-windows-msvc
33
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
34
- if NOT "%TARGET%" == "x86_64-pc-windows-msvc" rustup target add %TARGET%
0 commit comments