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 6854290 commit 953d1f0Copy full SHA for 953d1f0
appveyor.yml
@@ -9,7 +9,7 @@ environment:
9
# BITS: 64
10
install:
11
- ps: Start-FileDownload "http://slproweb.com/download/Win${env:BITS}OpenSSL-1_0_2n.exe"
12
- - Win%BITS%OpenSSL-1_0_2m.exe /SILENT /VERYSILENT /SP- /DIR="C:\OpenSSL"
+ - Win%BITS%OpenSSL-1_0_2n.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