mirror of
https://github.com/curl/curl.git
synced 2026-07-24 14:27:16 +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/checkdocs.yml
vendored
1
.github/workflows/checkdocs.yml
vendored
|
|
@ -47,6 +47,7 @@ jobs:
|
|||
# run: |
|
||||
# sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
|
||||
# sudo apt-get -o Dpkg::Use-Pty=0 update
|
||||
# sudo rm -f /var/lib/man-db/auto-update
|
||||
# sudo apt-get -o Dpkg::Use-Pty=0 install python3-proselint
|
||||
#
|
||||
# # config file help: https://github.com/amperser/proselint/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue