mirror of
https://github.com/curl/curl.git
synced 2026-07-26 02:37:16 +03:00
GHA: use --no-install-suggests --no-install-recommends where missing
It prevents `apt-get install` commands installing unnecessary packages. Makes the 8 HTTP/3 jobs around 30 seconds faster each. before: https://github.com/curl/curl/actions/runs/11466168597 after: https://github.com/curl/curl/actions/runs/11469013245?pr=15373 Closes #15373
This commit is contained in:
parent
0e18bd3940
commit
b327a53f09
3 changed files with 9 additions and 5 deletions
3
.github/workflows/checkdocs.yml
vendored
3
.github/workflows/checkdocs.yml
vendored
|
|
@ -42,7 +42,8 @@ jobs:
|
|||
# - name: install prereqs
|
||||
# run: |
|
||||
# sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
|
||||
# sudo apt-get install python3-proselint
|
||||
# sudo apt-get install -y --no-install-suggests --no-install-recommends \
|
||||
# python3-proselint
|
||||
#
|
||||
# # config file help: https://github.com/amperser/proselint/
|
||||
# - name: create proselint config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue