Skip to content

Commit

Permalink
Install libss-dev for build action
Browse files Browse the repository at this point in the history
  • Loading branch information
szabodanika committed Jul 10, 2023
1 parent 6505bdb commit 6e76cb7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -189,4 +193,4 @@ jobs:
linux/arm64
push: ${{ github.ref_type == 'tag' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 6e76cb7

Please sign in to comment.