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

ci: add missing timeout to 'autotools distcheck' step

This commit is contained in:
Viktor Szakats
2023-07-26 00:05:00 +00:00
parent a909100705
commit 6265ffdb70

View File

@@ -120,6 +120,7 @@ jobs:
run: make -C bld check VERBOSE=1
- name: 'autotools distcheck'
if: ${{ matrix.target == 'distcheck' }}
timeout-minutes: 10
run: make -C bld -j3 distcheck
- name: 'cmake configure'
if: ${{ matrix.build == 'cmake' }}