We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2205ef3 commit 86a483bCopy full SHA for 86a483b
appveyor.yml
@@ -8,8 +8,8 @@ environment:
8
# - TARGET: x86_64-pc-windows-msvc
9
# BITS: 64
10
install:
11
- - ps: Start-FileDownload "http://slproweb.com/download/Win${env:BITS}OpenSSL-1_0_2o.exe"
12
- - Win%BITS%OpenSSL-1_0_2o.exe /SILENT /VERYSILENT /SP- /DIR="C:\OpenSSL"
+ - ps: Start-FileDownload "http://slproweb.com/download/Win${env:BITS}OpenSSL-1_0_2p.exe"
+ - Win%BITS%OpenSSL-1_0_2p.exe /SILENT /VERYSILENT /SP- /DIR="C:\OpenSSL"
13
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
14
- rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
15
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
0 commit comments