Skip to content

Commit c087c57

Browse files
Bump AUTOMAKE_VERSION env
1 parent deade2a commit c087c57

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
: "The OpenBSD port of autoconf needs this. See <https://marc.info/?l=openbsd-misc&m=115868167816272&w=2>."
223223
export AUTOCONF_VERSION=2.72
224224
: "The OpenBSD port of automake needs this, if more than one version is installed."
225-
export AUTOMAKE_VERSION=1.16
225+
export AUTOMAKE_VERSION=1.17
226226
ls -l
227227
export CPPFLAGS="-I/usr/local/include -Wall"
228228
export LDFLAGS="-L/usr/local/lib"

.github/workflows/many-platforms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ jobs:
455455
: "The OpenBSD port of autoconf needs this. See <https://marc.info/?l=openbsd-misc&m=115868167816272&w=2>."
456456
export AUTOCONF_VERSION=2.72
457457
: "The OpenBSD port of automake needs this, if more than one version is installed."
458-
export AUTOMAKE_VERSION=1.16
458+
export AUTOMAKE_VERSION=1.17
459459
ls -l
460460
export CPPFLAGS="-I/usr/local/include -Wall"
461461
export LDFLAGS="-L/usr/local/lib"

0 commit comments

Comments
 (0)