Skip to content

Commit

Permalink
CI: install xz-utils for real diffoscope diffs of packages
Browse files Browse the repository at this point in the history
Otherwise it gives us a hexdump on failure.
  • Loading branch information
legoktm committed Apr 3, 2024
1 parent 0dc5956 commit 05c2ffa
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 @@ -48,7 +48,7 @@ jobs:
steps:
- name: Install dependencies
run: |
apt-get update && apt-get install --yes diffoscope-minimal python3-debian \
apt-get update && apt-get install --yes diffoscope-minimal python3-debian xz-utils \
--no-install-recommends
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 05c2ffa

Please sign in to comment.