Skip to content

Commit

Permalink
Temporarily d/l appveyor rustup from dev-static.rlo
Browse files Browse the repository at this point in the history
The builds on rustup.rs are broken.
  • Loading branch information
brson committed May 12, 2016
1 parent 292be36 commit 9830d33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ branches:

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

0 comments on commit 9830d33

Please sign in to comment.