diff --git a/.github/scripts/install-openssl.sh b/.github/scripts/install-openssl.sh index 1bbcbd01a3773b..6819ae4c24798e 100644 --- a/.github/scripts/install-openssl.sh +++ b/.github/scripts/install-openssl.sh @@ -6,7 +6,7 @@ os_name="$1" case "$os_name" in "Windows") - choco install openssl --version 3.3.2 --install-arguments="'/DIR=C:\OpenSSL'" -y + choco install openssl --version 3.4.1 --install-arguments="'/DIR=C:\OpenSSL'" -y export OPENSSL_LIB_DIR="C:\OpenSSL\lib\VC\x64\MT" export OPENSSL_INCLUDE_DIR="C:\OpenSSL\include" ;;