From 100927547d2571e9328a330e2b3403827f02c1ee Mon Sep 17 00:00:00 2001 From: EnderIce2 Date: Sat, 4 Jan 2025 18:03:09 +0200 Subject: [PATCH] chore: Update GCC dependencies in GitHub Actions workflow Signed-off-by: EnderIce2 --- .github/workflows/makefile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 800d4345..5dd26a91 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -54,7 +54,7 @@ jobs: - name: Install GCC Dependencies if: steps.cache-cross.outputs.cache-hit != 'true' - run: sudo apt install build-essential bison flex libgmp3-dev libmpc-dev libmpfr-dev texinfo libzstd-dev libisl-dev autoconf m4 automake gettext gperf dejagnu guile-3.0 guile-3.0-dev expect tcl autogen tex-common sphinx-common git ssh diffutils patch -y + run: sudo apt -y install build-essential bison flex libgmp3-dev libmpc-dev libmpfr-dev texinfo libzstd-dev libisl-dev autoconf m4 automake gettext gperf dejagnu guile-3.0 guile-3.0-dev expect tcl autogen tex-common sphinx-common git ssh diffutils patch autoconf2.69 - name: Clone All if: steps.cache-cross.outputs.cache-hit != 'true'