Skip to content

Commit

Permalink
GHA: Use xz instand of pixz
Browse files Browse the repository at this point in the history
  • Loading branch information
hzyitc committed Apr 24, 2023
1 parent 093f3e9 commit a591e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ jobs:
run: |
for f in output/images/*.img; do
sha256sum "$f" >"${f}.sha"
pixz -t "$f"
xz --threads=0 --compress "$f"
done
- name: Upload artifacts
Expand Down

0 comments on commit a591e74

Please sign in to comment.