File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6464 - run : |
6565 wget -O autoconf-2.72.tar.gz https://ftp.gnu.org/gnu/autoconf/autoconf-2.72.tar.gz
6666 tar xfz autoconf-2.72.tar.gz && cd autoconf-2.72 && ./configure --prefix=/usr && make && sudo make install && cd ..
67- wget -O automake-1.17 .tar.gz https://ftp.gnu.org/gnu/automake/automake-1.17 .tar.gz
68- tar xfz automake-1.17 .tar.gz && cd automake-1.17 && ./configure --prefix=/usr && make && sudo make install && cd ..
67+ wget -O automake-1.18 .tar.gz https://ftp.gnu.org/gnu/automake/automake-1.18 .tar.gz
68+ tar xfz automake-1.18 .tar.gz && cd automake-1.18 && ./configure --prefix=/usr && make && sudo make install && cd ..
6969 ./build-tarball.sh '${{ env.package }}'
7070 # Doc: https://github.com/actions/upload-artifact?tab=readme-ov-file#usage
7171 - if : ${{ failure() }}
You can’t perform that action at this time.
0 commit comments