Skip to content

Commit

Permalink
Merge pull request #7 from rossmuir/patch-3
Browse files Browse the repository at this point in the history
Update Appveyor to pull Windows Rust beta 1.0.0
  • Loading branch information
dirvine committed Apr 5, 2015
2 parents e4766f1 + 462aa22 commit 66d3e44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ environment:
- RUST_INSTALL_TRIPLE: x86_64-pc-windows-gnu

install:
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-$Env:RUST_INSTALL_TRIPLE.exe"
- cmd: rust-nightly-%RUST_INSTALL_TRIPLE%.exe /VERYSILENT /NORESTART /COMPONENTS="rust,gcc,cargo" /DIR="%RUST_INSTALL_DIR%"
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-1.0.0-beta-$Env:RUST_INSTALL_TRIPLE.exe"
- cmd: rust-1.0.0-beta-%RUST_INSTALL_TRIPLE%.exe /VERYSILENT /NORESTART /COMPONENTS="rust,gcc,cargo" /DIR="%RUST_INSTALL_DIR%"
- cmd: SET PATH=%PATH%;%RUST_INSTALL_DIR%\bin;
- rustc -V
- cargo -V
Expand Down

0 comments on commit 66d3e44

Please sign in to comment.