mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +00:00
chore: (Again) Fix workflow error
Too bad that there's no way of testing a workflow.
This commit is contained in:
parent
ae07b07964
commit
f11c00a4e3
4
.github/workflows/makefile.yml
vendored
4
.github/workflows/makefile.yml
vendored
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user