Skip to content

Commit

Permalink
try v2
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Apr 10, 2024
1 parent 391eadc commit 96d7439
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bsdtar/build_musl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ echo "::group::install deps"

apk update

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

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

echo "::endgroup::"

tool_name="bsdtar"
Expand Down

0 comments on commit 96d7439

Please sign in to comment.