chore: (Again) Fix workflow error

Too bad that there's no way of testing a workflow.
This commit is contained in:
EnderIce2 2024-11-26 03:37:31 +02:00
parent ae07b07964
commit f11c00a4e3
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -51,7 +51,9 @@ jobs:
- name: Install GCC Dependencies - name: Install GCC Dependencies
if: steps.cache-cross.outputs.cache-hit != 'true' if: steps.cache-cross.outputs.cache-hit != 'true'
run: sudo apt install build-essential autoconf2.69 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
sudo apt -y remove autoconf* && sudo apt -y install autoconf2.69
- name: Clone All - name: Clone All
if: steps.cache-cross.outputs.cache-hit != 'true' if: steps.cache-cross.outputs.cache-hit != 'true'