mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +00:00
chore: Update makefile.yml to install automake alongside autoconf
Some checks failed
Build OS / Deploy Documentation to GitHub Pages (push) Failing after 2m2s
Build OS / Build Cross-Compiler & Toolchain (push) Failing after 1m16s
Build OS / Analyze with CodeQL (cpp) (push) Has been skipped
Build OS / Build amd64 (push) Has been skipped
Build OS / Build i386 (push) Has been skipped
Build OS / Build aarch64 (push) Has been skipped
Build OS / Flawfinder (push) Has been cancelled
Some checks failed
Build OS / Deploy Documentation to GitHub Pages (push) Failing after 2m2s
Build OS / Build Cross-Compiler & Toolchain (push) Failing after 1m16s
Build OS / Analyze with CodeQL (cpp) (push) Has been skipped
Build OS / Build amd64 (push) Has been skipped
Build OS / Build i386 (push) Has been skipped
Build OS / Build aarch64 (push) Has been skipped
Build OS / Flawfinder (push) Has been cancelled
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
parent
df0c17b50f
commit
f015ff606f
4
.github/workflows/makefile.yml
vendored
4
.github/workflows/makefile.yml
vendored
@ -69,11 +69,9 @@ jobs:
|
|||||||
if [ "$(autoconf --version | head -n 1 | awk '{print $NF}')" != "2.69" ]; then
|
if [ "$(autoconf --version | head -n 1 | awk '{print $NF}')" != "2.69" ]; then
|
||||||
echo "Autoconf version is not 2.69, performing additional steps..."
|
echo "Autoconf version is not 2.69, performing additional steps..."
|
||||||
sudo apt --purge remove *autoconf* *automake*
|
sudo apt --purge remove *autoconf* *automake*
|
||||||
sudo apt -y install wget dpkg
|
sudo apt -y install wget dpkg automake
|
||||||
wget https://launchpad.net/ubuntu/+archive/primary/+files/autoconf_2.69-11.1_all.deb
|
wget https://launchpad.net/ubuntu/+archive/primary/+files/autoconf_2.69-11.1_all.deb
|
||||||
sudo apt -y install ./autoconf_2.69-11.1_all.deb
|
sudo apt -y install ./autoconf_2.69-11.1_all.deb
|
||||||
wget https://launchpad.net/ubuntu/+archive/primary/+files/automake1.4_1.4-p6-13.1_all.deb
|
|
||||||
sudo apt -y install ./automake1.4_1.4-p6-13.1_all.deb
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Clone All
|
- name: Clone All
|
||||||
|
Loading…
x
Reference in New Issue
Block a user