1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-20 02:42:09 +03:00

ci/GHA: dump config.log on failure for macOS autotools jobs (#1375)

This commit is contained in:
Viktor Szakats
2024-04-25 16:29:49 +02:00
committed by GitHub
parent 0b64b30b81
commit 4fa6921413

View File

@@ -561,7 +561,8 @@ jobs:
mkdir bld && cd bld && ../configure --enable-werror --enable-debug \
--with-libz ${{ matrix.crypto.configure }} \
--disable-docker-tests \
--disable-sshd-tests
--disable-sshd-tests \
|| { tail -n 1000 config.log; false; }
- name: 'autotools build'
if: ${{ matrix.build == 'autotools' }}