Install specific OpenSSL Light version

This commit is contained in:
timvisee 2019-03-07 21:14:44 +01:00
parent c47f81df14
commit f7d69c8ab3
No known key found for this signature in database
GPG key ID: B8DB720BC383E172

View file

@ -33,7 +33,7 @@ artifacts:
# Install dependencies: Rust and OpenSSL
install:
# Install OpenSSL
- choco install openssl -y -f
- choco install openssl.light --version 1.1.0.80000000 -y -f
# - mkdir C:\OpenSSL
# - ps: if (Test-Path env:OPENSSL_VERSION) { Start-FileDownload "http://slproweb.com/download/Win${env:BITS}OpenSSL-${env:OPENSSL_VERSION}.exe" }
# - if defined OPENSSL_VERSION Win%BITS%OpenSSL-%OPENSSL_VERSION%.exe /SILENT /VERYSILENT /SP- /DIR="C:\OpenSSL"