From 05c2ffa226d3c97fe16cb296e6f013b486138330 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Wed, 3 Apr 2024 11:59:07 -0400 Subject: [PATCH] CI: install xz-utils for real diffoscope diffs of packages Otherwise it gives us a hexdump on failure. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 463f8c8..5b4666f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: