mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:24:15 +03:00
GHA: add apt update where missing
To mitigate this kind of (repeat) errors:
```
Err:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-werkzeug all 3.0.1-3ubuntu0.1
404 Not Found [IP: 40.81.13.82 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/p/python-werkzeug/python3-werkzeug_3.0.1-3ubuntu0.1_all.deb
Fetched 10.4 MB in 4s (2593 kB/s)
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
```
https://github.com/curl/curl/actions/runs/11732257460/job/32684111508#step:3:74
Follow-up to 842f88434f #15082
Closes #15519
This commit is contained in:
parent
a3b4ffd429
commit
cb092c0a7e
2 changed files with 9 additions and 6 deletions
1
.github/workflows/checkdocs.yml
vendored
1
.github/workflows/checkdocs.yml
vendored
|
|
@ -42,6 +42,7 @@ jobs:
|
|||
# - name: install prereqs
|
||||
# run: |
|
||||
# sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
|
||||
# sudo apt-get update -y
|
||||
# sudo apt-get install -y --no-install-suggests --no-install-recommends \
|
||||
# python3-proselint
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue