Skip to content

Commit

Permalink
Fix releases by adding openssl (#9628)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcompiles authored Apr 8, 2024
1 parent 451b94a commit 0b77a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install build tools
run: apk add --no-cache python3 make gcc g++ musl-dev curl
run: apk add --no-cache python3 make gcc g++ musl-dev curl openssl
- name: Install Rust
uses: dtolnay/rust-toolchain@master
with:
Expand Down

0 comments on commit 0b77a56

Please sign in to comment.