mirror of
https://github.com/curl/curl.git
synced 2026-08-01 05:08:04 +03:00
GHA: add timeouts to mitigate hung brew install step
Ref: https://github.com/curl/curl/actions/runs/19736703410/job/56550251534?pr=19723 Closes #19726
This commit is contained in:
parent
bbb929112b
commit
71e9920fcd
4 changed files with 6 additions and 0 deletions
1
.github/workflows/distcheck.yml
vendored
1
.github/workflows/distcheck.yml
vendored
|
|
@ -279,6 +279,7 @@ jobs:
|
|||
mingw-w64-x86_64-zlib mingw-w64-x86_64-zstd mingw-w64-x86_64-libpsl mingw-w64-x86_64-libssh2 mingw-w64-x86_64-nghttp2 mingw-w64-x86_64-openssl
|
||||
|
||||
- name: 'install prereqs'
|
||||
timeout-minutes: 3
|
||||
run: |
|
||||
if [[ "${MATRIX_IMAGE}" = *'windows'* ]]; then
|
||||
cd ~
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue