Skip to content

Commit

Permalink
packaging: add pkgconfig and zstd to dependencies (iopsystems#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihirn authored Jun 12, 2024
1 parent 9a31194 commit 7a07c6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ jobs:
apt-get install -y \
build-essential \
crossbuild-essential-arm64 \
curl jq lsb-release unzip
curl jq lsb-release unzip \
pkg-config libzstd-dev
- name: install rust
run: |
Expand Down

0 comments on commit 7a07c6e

Please sign in to comment.