Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
ci: install openssl for the Windows build (#33356)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau authored Sep 22, 2023
1 parent 3b1cbae commit 4d96c38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d96c38

Please sign in to comment.