Skip to content

Commit

Permalink
Merge pull request #7344 from freedomofpress/diffoscope-xz
Browse files Browse the repository at this point in the history
Install xz-utils in diffoscope job
  • Loading branch information
cfm authored Nov 20, 2024
2 parents 942d2f4 + 26ffd35 commit f006815
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 f006815

Please sign in to comment.