From 9df637623e9aa615839095c41b255d58faa8cd5c Mon Sep 17 00:00:00 2001 From: Reshetnikov_AS Date: Wed, 10 Apr 2024 23:01:12 +0400 Subject: [PATCH] alpine sdk --- bsdtar/build_musl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bsdtar/build_musl.sh b/bsdtar/build_musl.sh index 7af051fc0..0dbd68199 100755 --- a/bsdtar/build_musl.sh +++ b/bsdtar/build_musl.sh @@ -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::"