mirror of
https://github.com/curl/curl.git
synced 2026-08-25 08:13:31 +03:00
GHA: skip updating man-db for faster installs (Ubuntu)
This step could take from 5 seconds to 5 minutes, sometimes making it run out of its time slot. It affected 60 CI jobs. Saving an estimated minimum of 5 minutes per CI run. Also fixing: ``` Fri, 25 Apr 2025 06:19:14 GMT Processing triggers for man-db (2.12.0-4build2) ... Fri, 25 Apr 2025 06:23:40 GMT Running kernel seems to be up-to-date. [...] Error: The action 'install packages' has timed out after 5 minutes. ``` Ref: https://github.com/curl/curl/actions/runs/14658212268/job/41136971525?pr=17180#step:2:169 Closes #17181
This commit is contained in:
parent
f034716ded
commit
5acba8bc36
8 changed files with 15 additions and 2 deletions
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
|
|
@ -565,6 +565,7 @@ jobs:
|
|||
- name: 'install packages'
|
||||
timeout-minutes: 5
|
||||
run: |
|
||||
sudo rm -f /var/lib/man-db/auto-update
|
||||
sudo apt-get -o Dpkg::Use-Pty=0 install mingw-w64 \
|
||||
${{ matrix.compiler == 'clang-tidy' && 'clang' || '' }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue