Skip to content

Commit

Permalink
Merge pull request #15 from pspdev/sharkwouter-patch-1
Browse files Browse the repository at this point in the history
Add xz to fedore build
  • Loading branch information
sharkwouter authored Jan 3, 2024
2 parents 058c561 + 1154c97 commit a80c9c8
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 a80c9c8

Please sign in to comment.