Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
appveyor.yml fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
gagarin55 committed Dec 30, 2017
1 parent 3fe2083 commit 232b2c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ install:
- appveyor DownloadFile https://static.rust-lang.org/rustup/archive/1.7.0/i686-pc-windows-gnu/rustup-init.exe -FileName rustup-init.exe
# Currently broken version.
# - appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe - rustup-init -yv --default-toolchain %channel% --default-host %target%
- rustup-init -yv --default-toolchain %channel% --default-host %target%
- cmd: set PATH=%PATH%;%USERPROFILE%\.cargo\bin
- rustup update
- rustc -vV
Expand Down

0 comments on commit 232b2c4

Please sign in to comment.