Skip to content

Commit

Permalink
Fix SSL-related file download issues (#107)
Browse files Browse the repository at this point in the history
* Fix SSL-related file download issues

appveyor/ci#1447

* Fix YAML error
  • Loading branch information
IlyaFinkelshteyn authored and mcdenhoed committed Mar 25, 2017
1 parent d8ddebc commit 7bd8bb7
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 @@ -15,6 +15,7 @@ install:
- ps: pwd

# Install Rust and Cargo
- 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
Expand Down

0 comments on commit 7bd8bb7

Please sign in to comment.