Skip to content

Commit

Permalink
ci: use ssl 3.4.1 for Windows (#4944)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau authored Feb 12, 2025
1 parent 93757dc commit 130b1d2
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 130b1d2

Please sign in to comment.