diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index 3e5ab89fe3..98dc697920 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -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"