Skip to content

Commit

Permalink
chore(ci): fix windows build by including openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
leet4tari committed Nov 22, 2024
1 parent c76d3a3 commit 418c0d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ jobs:
# choco upgrade openssl -y
# Should already be installed
# choco upgrade strawberryperl -y
choco install openssl -y
choco upgrade protoc -y
rustup target add ${{ matrix.builds.target }}
Expand Down

0 comments on commit 418c0d8

Please sign in to comment.