Skip to content

Commit

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

apk update

apk add --no-cache alpine-sdk zlib-dev zlib-static xz-dev xz-static
apk add --no-cache 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
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main alpine-sdk zstd-dev=1.5.6-r0 zstd-static=1.5.6-r0

echo "::endgroup::"

Expand Down

0 comments on commit 9df6376

Please sign in to comment.