mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-27 15:04:31 +00:00
chore: Update autoconf installation command to use dpkg with force option
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
parent
4c0cb59aa7
commit
a1fa698bc3
2
.github/workflows/makefile.yml
vendored
2
.github/workflows/makefile.yml
vendored
@ -63,7 +63,7 @@ jobs:
|
||||
echo "Autoconf version is not 2.69, performing additional steps..."
|
||||
sudo apt -y install wget dpkg
|
||||
wget https://launchpad.net/ubuntu/+archive/primary/+files/autoconf_2.69-11.1_all.deb
|
||||
sudo apt -y --allow-downgrades install ./autoconf_2.69-11.1_all.deb
|
||||
sudo dpkg --force-all -i ./autoconf_2.69-11.1_all.deb
|
||||
fi
|
||||
|
||||
- name: Clone All
|
||||
|
Loading…
x
Reference in New Issue
Block a user