Skip to content

Commit

Permalink
try to fix openssl packaging
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Nov 4, 2024
1 parent 0339e4f commit 8646505
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 @@ -14,8 +14,12 @@ jobs:
matrix:
include:
- target: x86_64-unknown-linux-musl
archive: tar.gz tar.xz tar.zst
archive: tar.gz
steps:
- name: install dependancies
run: |
sudo apt-get update --fix-missing
sudo apt-get install -y -f -o pkg-config libssl-dev
- uses: actions/checkout@master
- name: Compile and release
uses: rust-build/[email protected]
Expand Down

0 comments on commit 8646505

Please sign in to comment.