Skip to content

Commit

Permalink
v1.17: ci: use openssl 3.1.1 for Windows build (backport of #34795) (#…
Browse files Browse the repository at this point in the history
…34797)

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

(cherry picked from commit 0e90e98)

Co-authored-by: Yihau Chen <[email protected]>
  • Loading branch information
mergify[bot] and yihau authored Jan 17, 2024
1 parent cb6aef7 commit 35b7df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 35b7df1

Please sign in to comment.