chore: Add automake installation to makefile.yml workflow

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

View File

@ -64,6 +64,8 @@ jobs:
sudo apt -y install wget dpkg sudo apt -y install wget dpkg
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 dpkg --force-all -i ./autoconf_2.69-11.1_all.deb sudo dpkg --force-all -i ./autoconf_2.69-11.1_all.deb
wget https://launchpad.net/ubuntu/+archive/primary/+files/automake-1.15_1.15.1-5ubuntu2_all.deb
sudo dpkg --force-all -i ./automake-1.15_1.15.1-5ubuntu2_all.deb
fi fi
- name: Clone All - name: Clone All