Skip to content

Commit

Permalink
adding xz for tar extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
okibcn committed Mar 20, 2023
1 parent 6d10ec1 commit 9bd9ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Xbuild4Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
shell: sh
run: |
apk update && apk upgrade
apk add bash curl jq tar github-cli \
apk add bash curl jq tar xz github-cli \
git make texinfo groff gettext-dev automake autoconf pkgconf coreutils upx p7zip
echo "PATH=$(pwd)/llvm-mingw/bin:$PATH" >> $GITHUB_ENV
# this seems to be needed when running in a container (beause of UID mismatch??)
Expand Down

0 comments on commit 9bd9ade

Please sign in to comment.