Skip to content

Commit

Permalink
Merge pull request #23 from pspdev/add-iconv-to-fedora
Browse files Browse the repository at this point in the history
Fix Fedora builds failing
  • Loading branch information
sharkwouter authored Dec 12, 2023
2 parents 4fcb767 + 90642a1 commit 30ce261
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 @@ -72,7 +72,7 @@ jobs:
if: matrix.os[0] == 'fedora'
run: |
dnf -y install gcc gcc-c++ make git gettext texinfo bison flex gmp-devel mpfr-devel libmpc-devel \
ncurses-devel diffutils
ncurses-devel diffutils glibc-gconv-extra
- name: Runs all the stages in the shell
run: |
Expand Down

0 comments on commit 30ce261

Please sign in to comment.