Skip to content

Commit

Permalink
Add xz to fedore build
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter authored Jan 3, 2024
1 parent 058c561 commit 1154c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 1154c97

Please sign in to comment.