Skip to content

Commit

Permalink
packaging: missing libssl-dev (#303)
Browse files Browse the repository at this point in the history
The packaging workflow is missing a required build dependency on
libssl-dev
  • Loading branch information
brayniac authored Oct 16, 2024
1 parent 8c8c792 commit 5b3b591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
apt-get update
apt-get install -y \
build-essential \
curl jq lsb-release unzip gpg pkg-config libzstd-dev
curl jq lsb-release unzip gpg pkg-config libzstd-dev libssl-dev
- name: install rust
run: |
Expand Down

0 comments on commit 5b3b591

Please sign in to comment.