We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 292be36 commit 9830d33Copy full SHA for 9830d33
appveyor.yml
@@ -18,7 +18,8 @@ branches:
18
19
install:
20
# Install rust, x86_64-pc-windows-msvc host
21
- - curl -sSf -o rustup-init.exe https://win.rustup.rs/
+ # 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
23
- rustup-init.exe -y
24
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
25
- rustup default nightly-x86_64-pc-windows-msvc
0 commit comments