ci: install openssl for the Windows build (#33356)

This commit is contained in:
Yihau Chen 2023-09-22 10:52:28 +08:00 committed by GitHub
parent 3b1cbaec72
commit 4d96c384a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,8 @@ jobs:
id: build
shell: bash
run: |
export OPENSSL_DIR="C:\Program Files\OpenSSL"
choco install openssl
export OPENSSL_DIR="C:\Program Files\OpenSSL-Win64"
choco install protoc
export PROTOC="C:\ProgramData\chocolatey\lib\protoc\tools\bin\protoc.exe"
source /tmp/env.sh