Skip to content

Commit

Permalink
Merge branch 'master' into vector-module
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdenhoed authored Mar 25, 2017
2 parents 173cf0e + 3093ed7 commit f24815e
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 @@ -15,7 +15,8 @@ install:
- ps: pwd

# Install Rust and Cargo
- curl -sSf -o rustup-init.exe https://win.rustup.rs
- ps: '[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12'
- ps: Start-FileDownload https://win.rustup.rs -FileName rustup-init.exe
- rustup-init.exe --default-host %TARGET% --default-toolchain %CHANNEL% -y
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- rustc -Vv
Expand Down

0 comments on commit f24815e

Please sign in to comment.