diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a28a623..df3b026 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,6 +93,10 @@ jobs: target: ${{ matrix.target }} toolchain: stable profile: minimal # minimal component installation (ie, no documentation) + + - name: Install OpenSSL + if: runner.os == 'Linux' + run: sudo apt-get install -y libssl-dev - name: Show Version Information (Rust, cargo, GCC) shell: bash @@ -189,4 +193,4 @@ jobs: linux/arm64 push: ${{ github.ref_type == 'tag' }} tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }}