Skip to content

Commit 32ce996

Browse files
committed
Switch to automake 1.18.
1 parent 56c406b commit 32ce996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/many-platforms.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
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() }}

0 commit comments

Comments
 (0)