Skip to content

Commit

Permalink
add tar since busybox tar doesn't supprot --posix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunarequest committed Aug 8, 2023
1 parent 1646932 commit b50fd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-packaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3

- name: install deps
run: apk update && apk add musl-dev gpgme-dev openssl-dev openssl-libs-static libgit2-dev libgit2-static zlib-dev zlib-static
run: apk update && apk add --no-cache musl-dev gpgme-dev openssl-dev openssl-libs-static libgit2-dev libgit2-static zlib-dev zlib-static tar

- uses: Swatinem/rust-cache@v2

Expand Down

0 comments on commit b50fd3e

Please sign in to comment.