mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-06-03 10:17:57 +00:00
Compare commits
No commits in common. "f015ff606fbeb0ac2ff5272f0d8640556f8e8306" and "e7e248bc3a5b1a37387aba5c10c577ad50cf8cb3" have entirely different histories.
f015ff606f
...
e7e248bc3a
12
.github/workflows/makefile.yml
vendored
12
.github/workflows/makefile.yml
vendored
@ -68,10 +68,14 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
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*
|
||||||
sudo apt -y install wget dpkg automake
|
sudo apt -y install wget tar make
|
||||||
wget https://launchpad.net/ubuntu/+archive/primary/+files/autoconf_2.69-11.1_all.deb
|
wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz
|
||||||
sudo apt -y install ./autoconf_2.69-11.1_all.deb
|
tar xvfvz autoconf-2.69.tar.gz
|
||||||
|
cd autoconf-2.69
|
||||||
|
./configure
|
||||||
|
make
|
||||||
|
sudo make install
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Clone All
|
- name: Clone All
|
||||||
|
Loading…
x
Reference in New Issue
Block a user