From 90642a18cb21087c9a88d2b713fcf50877e3d611 Mon Sep 17 00:00:00 2001 From: Wouter Wijsman Date: Tue, 12 Dec 2023 12:46:49 +0100 Subject: [PATCH] Fix Fedora builds failing --- .github/workflows/compilation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compilation.yml b/.github/workflows/compilation.yml index 39e14af..8e0a318 100644 --- a/.github/workflows/compilation.yml +++ b/.github/workflows/compilation.yml @@ -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: |