Skip to content

Commit

Permalink
ci: use openssl 3.1.1 for Windows build (#34795)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0e90e98)
  • Loading branch information
yihau authored and mergify[bot] committed Jan 16, 2024
1 parent 0aea75a commit 9c27ef5
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 9c27ef5

Please sign in to comment.