From f34a222bf1173def1f7e13c292c46f3e370ab24b Mon Sep 17 00:00:00 2001 From: EnderIce2 Date: Tue, 26 Nov 2024 03:46:43 +0200 Subject: [PATCH] chore: TODO: Fix workflows Awesome... --- .github/workflows/makefile.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 57964948..f7073a65 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -51,14 +51,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 - wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz - tar xvfvz autoconf-2.69.tar.gz - cd autoconf-2.69 - ./configure - make - sudo make install + 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 - name: Clone All if: steps.cache-cross.outputs.cache-hit != 'true'