Skip to content

Commit

Permalink
Merge pull request #178 from pspdev/fix-fedora
Browse files Browse the repository at this point in the history
Fix Fedora build in CI
  • Loading branch information
sharkwouter authored Nov 26, 2023
2 parents 1597b22 + 055ac5b commit 292ce53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
if: matrix.os[0] == 'fedora'
run: |
dnf -y install @development-tools gcc gcc-c++ g++ wget git autoconf automake python3 python3-pip make cmake pkgconf \
libarchive-devel openssl-devel gpgme-devel libtool gettext texinfo bison flex gmp-devel mpfr-devel libmpc-devel ncurses-devel diffutils
libarchive-devel openssl-devel gpgme-devel libtool gettext texinfo bison flex gmp-devel mpfr-devel libmpc-devel ncurses-devel \
diffutils glibc-gconv-extra
- name: Compile Tools
run: |
Expand Down

0 comments on commit 292ce53

Please sign in to comment.