diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cd66306c384..059151c3d1c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: