mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-27 15:04:31 +00:00
Compare commits
3 Commits
e7e248bc3a
...
f015ff606f
Author | SHA1 | Date | |
---|---|---|---|
f015ff606f | |||
df0c17b50f | |||
9a9ee7e571 |
12
.github/workflows/makefile.yml
vendored
12
.github/workflows/makefile.yml
vendored
@ -68,14 +68,10 @@ jobs:
|
||||
run: |
|
||||
if [ "$(autoconf --version | head -n 1 | awk '{print $NF}')" != "2.69" ]; then
|
||||
echo "Autoconf version is not 2.69, performing additional steps..."
|
||||
sudo apt --purge remove *autoconf*
|
||||
sudo apt -y install wget tar make
|
||||
wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz
|
||||
tar xvfvz autoconf-2.69.tar.gz
|
||||
cd autoconf-2.69
|
||||
./configure
|
||||
make
|
||||
sudo make install
|
||||
sudo apt --purge remove *autoconf* *automake*
|
||||
sudo apt -y install wget dpkg automake
|
||||
wget https://launchpad.net/ubuntu/+archive/primary/+files/autoconf_2.69-11.1_all.deb
|
||||
sudo apt -y install ./autoconf_2.69-11.1_all.deb
|
||||
fi
|
||||
|
||||
- name: Clone All
|
||||
|
Loading…
x
Reference in New Issue
Block a user