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

Commit 0e90e98

Browse files
authored
ci: use openssl 3.1.1 for Windows build (#34795)
1 parent 258c920 commit 0e90e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
id: build
4848
shell: bash
4949
run: |
50-
choco install openssl
50+
choco install openssl --version=3.1.1
5151
if [[ -d "C:\Program Files\OpenSSL" ]]; then
5252
echo "OPENSSL_DIR: C:\Program Files\OpenSSL"
5353
export OPENSSL_DIR="C:\Program Files\OpenSSL"

0 commit comments

Comments
 (0)