瀏覽代碼

Install specific OpenSSL Light version

timvisee 6 年之前
父節點
當前提交
f7d69c8ab3
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"