Skip to content

Commit

Permalink
add zstd-dev=1.5.6-r0 from edge
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Apr 10, 2024
1 parent e2f3ff1 commit 3c69088
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bsdtar/build_musl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ set -e
echo "::group::install deps"

apk update
apk add --no-cache alpine-sdk zlib-dev zlib-static xz-dev xz-static zstd-dev zstd-static

apk add --no-cache zstd-dev=1.5.6-r0 zstd-static=1.5.6-r0 --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main
apk add --no-cache alpine-sdk zlib-dev zlib-static xz-dev xz-static

echo "::endgroup::"

Expand Down

0 comments on commit 3c69088

Please sign in to comment.