mirror of
https://github.com/szabodanika/microbin
synced 2024-11-12 20:27:13 +00:00
Install libss-dev for build action
This commit is contained in:
parent
6505bdb262
commit
6e76cb750b
1 changed files with 5 additions and 1 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -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 }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
|
Loading…
Reference in a new issue