Skip to content

Commit 0b77a56

Browse files
authored
Fix releases by adding openssl (#9628)
1 parent 451b94a commit 0b77a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
steps:
173173
- uses: actions/checkout@v4
174174
- name: Install build tools
175-
run: apk add --no-cache python3 make gcc g++ musl-dev curl
175+
run: apk add --no-cache python3 make gcc g++ musl-dev curl openssl
176176
- name: Install Rust
177177
uses: dtolnay/rust-toolchain@master
178178
with:

0 commit comments

Comments
 (0)