From 1154c97ada3cad469663022c001bc8ee0512f05c Mon Sep 17 00:00:00 2001 From: Wouter Wijsman Date: Wed, 3 Jan 2024 10:22:38 +0100 Subject: [PATCH] Add xz to fedore build --- .github/workflows/compilation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compilation.yml b/.github/workflows/compilation.yml index 278b303..51fee61 100644 --- a/.github/workflows/compilation.yml +++ b/.github/workflows/compilation.yml @@ -24,7 +24,7 @@ jobs: - name: Install dependencies Fedora if: matrix.os[0] == 'fedora' run: | - dnf -y install @development-tools g++ wget git autoconf automake python3 python3-pip cmake pkgconf libarchive-devel openssl-devel gpgme-devel libtool + dnf -y install @development-tools g++ wget xz git autoconf automake python3 python3-pip cmake pkgconf libarchive-devel openssl-devel gpgme-devel libtool - name: Compile Tools run: |