Skip to content

Commit

Permalink
CI: install xz-utils on Debian
Browse files Browse the repository at this point in the history
Recently Debian testing started using xz compressed modules breaking the
CI. Upon a look, the xz-utils package and thus xz tool were missing.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
  • Loading branch information
evelikov committed Feb 6, 2024
1 parent 6b76c7f commit 8bd0062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
if: matrix.distro.name == 'debian'
run: |
apt-get update -q
apt-get install -qy make linux-headers-amd64 linux-image-amd64 openssl
apt-get install -qy make linux-headers-amd64 linux-image-amd64 openssl xz-utils
- name: Install Gentoo Linux dependencies
if: matrix.distro.name == 'gentoo/stage3'
Expand Down

0 comments on commit 8bd0062

Please sign in to comment.