Skip to content

Commit

Permalink
Install xz-utils in diffoscope job
Browse files Browse the repository at this point in the history
So it can look inside compressed debs; otherwise it outputs a
pretty useless binary diff.
  • Loading branch information
legoktm committed Nov 20, 2024
1 parent 815480f commit 26ffd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
steps:
- name: Install dependencies
run: |
apt-get update && apt-get install --yes diffoscope-minimal \
apt-get update && apt-get install --yes diffoscope-minimal xz-utils \
--no-install-recommends
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 26ffd35

Please sign in to comment.