Skip to content

Commit

Permalink
Merge pull request #560 from jeckersb/libzstd-devel
Browse files Browse the repository at this point in the history
installdeps: Add libzstd-devel for non-fedora
  • Loading branch information
cgwalters committed May 22, 2024
2 parents 41cca13 + 0f8adc2 commit 5aea3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/installdeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ dnf -y install skopeo zstd

case $OS_ID in
fedora) dnf -y builddep bootc ;;
*) dnf -y install openssl-devel ostree-devel cargo ;;
*) dnf -y install libzstd-devel openssl-devel ostree-devel cargo ;;
esac

0 comments on commit 5aea3ca

Please sign in to comment.