mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
Uses stable version of openssl for windows build
This commit is contained in:
@@ -64,7 +64,7 @@ jobs:
|
||||
} else {
|
||||
$OpenSSLBits = "32"
|
||||
}
|
||||
$OpenSSLVersion = "1_1_1d"
|
||||
$OpenSSLVersion = "1_1_0L"
|
||||
$OpenSSLFileName = "Win${OpenSSLBits}OpenSSL-${OpenSSLVersion}.exe"
|
||||
|
||||
$ProgressPreference = "SilentlyContinue"
|
||||
|
||||
Reference in New Issue
Block a user