We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 451b94a commit 0b77a56Copy full SHA for 0b77a56
.github/workflows/release.yml
@@ -172,7 +172,7 @@ jobs:
172
steps:
173
- uses: actions/checkout@v4
174
- name: Install build tools
175
- 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
176
- name: Install Rust
177
uses: dtolnay/rust-toolchain@master
178
with:
0 commit comments