Skip to content

Commit bfbdfda

Browse files
committed
Fix environment variable setting
1 parent 4656282 commit bfbdfda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/slow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
run: |
224224
export MAKE=gmake
225225
export pjobs="-j`gnproc`"
226-
export AUTOMAKE_VERSION=1.16
226+
export AUTOMAKE_VERSION=1.17
227227
export amver=${AUTOMAKE_VERSION}
228228
export ACLOCAL_AUTOMAKE_DIR="/usr/local/share/aclocal-${AUTOMAKE_VERSION}"
229229
export ACLOCAL_PATH="/usr/local/share/aclocal:/usr/local/share/aclocal-${AUTOMAKE_VERSION}"

0 commit comments

Comments
 (0)