Skip to content

Commit 6854290

Browse files
committed
Use openssl 1.0.2n on Appveyor
1 parent 6adf740 commit 6854290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
# - TARGET: x86_64-pc-windows-msvc
99
# BITS: 64
1010
install:
11-
- ps: Start-FileDownload "http://slproweb.com/download/Win${env:BITS}OpenSSL-1_0_2m.exe"
11+
- ps: Start-FileDownload "http://slproweb.com/download/Win${env:BITS}OpenSSL-1_0_2n.exe"
1212
- Win%BITS%OpenSSL-1_0_2m.exe /SILENT /VERYSILENT /SP- /DIR="C:\OpenSSL"
1313
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
1414
- rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"

0 commit comments

Comments
 (0)