Skip to content

Commit

Permalink
try alpine 3.19.1
Browse files Browse the repository at this point in the history
tmp disable windows
  • Loading branch information
hemnstill committed Apr 9, 2024
1 parent 65d734a commit 3b75455
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bsdtar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
uses: ./.github/workflows/build-alpine.yml
with:
workflow: ${{ github.workflow }}
version: 3.16.6
version: 3.19.1

windows-mingw:
if: ${{ vars.CURRENT_TOOL == github.workflow }}
Expand Down
2 changes: 2 additions & 0 deletions bsdtar/build_mingw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ set -e

echo "::group::install deps"

exit 1

choco install mingw

echo "::endgroup::"
Expand Down
2 changes: 1 addition & 1 deletion bsdtar/build_musl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
echo "::group::install deps"

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

echo "::endgroup::"

Expand Down

0 comments on commit 3b75455

Please sign in to comment.