chore: Update autoconf installation command to use dpkg with force option

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

View File

@ -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