ci: use openssl 3.1.1 for Windows build (#34795)

This commit is contained in:
Yihau Chen 2024-01-17 01:11:19 +08:00 committed by GitHub
parent 258c920cf9
commit 0e90e985dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ jobs:
id: build
shell: bash
run: |
choco install openssl
choco install openssl --version=3.1.1
if [[ -d "C:\Program Files\OpenSSL" ]]; then
echo "OPENSSL_DIR: C:\Program Files\OpenSSL"
export OPENSSL_DIR="C:\Program Files\OpenSSL"