Skip to content

Commit a80c9c8

Browse files
authored
Merge pull request #15 from pspdev/sharkwouter-patch-1
Add xz to fedore build
2 parents 058c561 + 1154c97 commit a80c9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compilation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install dependencies Fedora
2525
if: matrix.os[0] == 'fedora'
2626
run: |
27-
dnf -y install @development-tools g++ wget git autoconf automake python3 python3-pip cmake pkgconf libarchive-devel openssl-devel gpgme-devel libtool
27+
dnf -y install @development-tools g++ wget xz git autoconf automake python3 python3-pip cmake pkgconf libarchive-devel openssl-devel gpgme-devel libtool
2828
2929
- name: Compile Tools
3030
run: |

0 commit comments

Comments
 (0)