Skip to content

Commit 9830d33

Browse files
committed
Temporarily d/l appveyor rustup from dev-static.rlo
The builds on rustup.rs are broken.
1 parent 292be36 commit 9830d33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ branches:
1818

1919
install:
2020
# Install rust, x86_64-pc-windows-msvc host
21-
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
21+
# FIXME: switch back to win.rustup.rs
22+
- curl -sSf -o rustup-init.exe https://dev-static.rust-lang.org/rustup/dist/i686-pc-windows-gnu/rustup-init.exe
2223
- rustup-init.exe -y
2324
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
2425
- rustup default nightly-x86_64-pc-windows-msvc

0 commit comments

Comments
 (0)