Install specific OpenSSL Light version
This commit is contained in:
parent
c47f81df14
commit
f7d69c8ab3
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue