We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f35c1dc commit e6c59beCopy full SHA for e6c59be
1 file changed
.github/workflows/slow.yaml
@@ -197,11 +197,12 @@ jobs:
197
uses: vmactions/openbsd-vm@v1
198
with:
199
usesh: true
200
+ release: "7.7"
201
prepare: |
202
pkg_add \
203
autoconf-2.72p0 \
204
autoconf-archive \
- automake-1.16.5 \
205
+ automake-1.17 \
206
bash \
207
coreutils \
208
cppunit \
@@ -222,7 +223,7 @@ jobs:
222
223
run: |
224
export MAKE=gmake
225
export pjobs="-j`gnproc`"
- export AUTOMAKE_VERSION=1.16
226
+ export AUTOMAKE_VERSION=1.17
227
export amver=${AUTOMAKE_VERSION}
228
export ACLOCAL_AUTOMAKE_DIR="/usr/local/share/aclocal-${AUTOMAKE_VERSION}"
229
export ACLOCAL_PATH="/usr/local/share/aclocal:/usr/local/share/aclocal-${AUTOMAKE_VERSION}"
0 commit comments