mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +00:00
chore: Add automake installation to makefile.yml workflow
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
parent
a1fa698bc3
commit
2b1ec40dc3
2
.github/workflows/makefile.yml
vendored
2
.github/workflows/makefile.yml
vendored
@ -64,6 +64,8 @@ jobs:
|
||||
sudo apt -y install wget dpkg
|
||||
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
|
||||
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
|
||||
|
||||
- name: Clone All
|
||||
|
Loading…
x
Reference in New Issue
Block a user