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" ;; diff --git a/.github/workflows/cargo.yml b/.github/workflows/cargo.yml index 43bd508f4eafb6..911fd2b6f33d24 100644 --- a/.github/workflows/cargo.yml +++ b/.github/workflows/cargo.yml @@ -13,6 +13,9 @@ on: - "**.rs" - "**/Cargo.toml" - "**/Cargo.lock" + - ".github/scripts/install-all-deps.sh" + - ".github/scripts/install-openssl.sh" + - ".github/scripts/install-proto.sh" - ".github/scripts/cargo-clippy-before-script.sh" - ".github/workflows/cargo.yml"