chore: Purge autoconf before installing GCC dependencies in workflow

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
EnderIce2 2025-01-04 18:07:18 +02:00
parent 100927547d
commit 170922e1be
No known key found for this signature in database
GPG Key ID: 2EE20AF089811A5A

View File

@ -52,6 +52,13 @@ jobs:
if: steps.cache-cross.outputs.cache-hit != 'true'
run: sudo apt update
- name: Purge autoconf
if: steps.cache-cross.outputs.cache-hit != 'true'
run: |
sudo apt --purge remove *autoconf*
sudo apt autoremove
sudo apt clean
- name: Install GCC Dependencies
if: steps.cache-cross.outputs.cache-hit != 'true'
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