Skip to content

Commit

Permalink
v2.2: ci: use ssl 3.4.1 for Windows (backport of #4944) (#4946)
Browse files Browse the repository at this point in the history
ci: use ssl 3.4.1 for Windows (#4944)

(cherry picked from commit 130b1d2)

Co-authored-by: Yihau Chen <[email protected]>
  • Loading branch information
mergify[bot] and yihau authored Feb 13, 2025
1 parent ddc5d20 commit 997abca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/install-openssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
;;
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 997abca

Please sign in to comment.