We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 058c561 + 1154c97 commit a80c9c8Copy full SHA for a80c9c8
.github/workflows/compilation.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install dependencies Fedora
25
if: matrix.os[0] == 'fedora'
26
run: |
27
- 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
28
29
- name: Compile Tools
30
0 commit comments