Uses stable version of openssl for windows build

This commit is contained in:
zonyitoo
2020-03-18 23:17:14 +08:00
parent 77e50537ab
commit 63ccb93964

View File

@@ -64,7 +64,7 @@ jobs:
} else {
$OpenSSLBits = "32"
}
$OpenSSLVersion = "1_1_1d"
$OpenSSLVersion = "1_1_0L"
$OpenSSLFileName = "Win${OpenSSLBits}OpenSSL-${OpenSSLVersion}.exe"
$ProgressPreference = "SilentlyContinue"