Browse Source

Install specific OpenSSL Light version

timvisee 6 years ago
parent
commit
f7d69c8ab3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -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"