mirror of
https://github.com/curl/curl.git
synced 2026-06-18 18:55:39 +03:00
GHA/linux: give more time for apt-get install
3 minutes (was: 2). IIn the hope it fixes timeouts, assuming the Ubuntu mirrors are only somewhat slower sometimes (and not completely stalled). Closes #22068
This commit is contained in:
parent
766969be39
commit
e8b76773af
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
|
@ -455,7 +455,7 @@ jobs:
|
|||
steps:
|
||||
- name: 'install prereqs'
|
||||
if: ${{ matrix.build.container == null && !contains(matrix.build.name, 'i686') }}
|
||||
timeout-minutes: 2
|
||||
timeout-minutes: 3
|
||||
env:
|
||||
INSTALL_PACKAGES_BREW: '${{ matrix.build.install_steps_brew }}'
|
||||
INSTALL_PACKAGES: >-
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue