diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index d2b430c5..d453c186 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -69,7 +69,7 @@ jobs: 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 isntall wget tar make + 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