curl/.github/workflows
Viktor Szakats 842f88434f
GHA linux: restore apt-get update
It seems like the Ubuntu apt mirror list or other preloaded data on the
Linux runner can go stale (?) throughout a single week causing failures
like this, in some of the jobs:
```
Ign:16 http://security.ubuntu.com/ubuntu jammy-updates/main amd64 libapr1-dev amd64 1.7.0-8ubuntu0.22.04.1
Err:16 mirror+file:/etc/apt/apt-mirrors.txt jammy-updates/main amd64 libapr1-dev amd64 1.7.0-8ubuntu0.22.04.1
  404  Not Found [IP: 40.81.13.82 80]
Get:24 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnghttp2-dev amd64 1.43.0-1ubuntu0.2 [117 kB]
Get:25 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 vsftpd amd64 3.0.5-0ubuntu1.1 [123 kB]
Fetched 4029 kB in 2s (1682 kB/s)
E: Failed to fetch mirror+file:/etc/apt/apt-mirrors.txt/pool/main/a/apr/libapr1-dev_1.7.0-8ubuntu0.22.04.1_amd64.deb  404  Not Found [IP: 40.81.13.82 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Error: Process completed with exit code 100.
```
https://github.com/curl/curl/actions/runs/11074211380/job/30772496037#step:32:63

Restore `apt update` to fix it.

Follow-up to 1b8449674a #14992

Closes #15082
2024-09-28 20:59:22 +02:00
..
appveyor-status.yml GHA: add yamlcheck 2024-08-23 18:42:55 +02:00
checkdocs.yml ci: update rojopolis/spellcheck-github-actions digest to b83ca7c 2024-09-22 18:28:48 +02:00
checksrc.yml codespell: extend checks to more subdirs 2024-09-27 10:27:08 +02:00
codeql-analysis.yml CI: move Azure jobs to GHA, fix fallouts, sshserver, runtests tweaks 2024-09-16 10:00:17 +02:00
configure-vs-cmake.yml GHA/configure-vs-cmake: check libcurl.pc/curl-config, fix issues 2024-09-21 12:08:35 +02:00
curl-for-win.yml CI: move Azure jobs to GHA, fix fallouts, sshserver, runtests tweaks 2024-09-16 10:00:17 +02:00
cygwin.yml CI: improvements in test reliability and performance 2024-09-27 16:47:37 +02:00
distcheck.yml GHA: misc updates: impacket, timeouts, mingw-w64 32-bit 2024-09-16 15:43:21 +02:00
fuzz.yml CI: move Azure jobs to GHA, fix fallouts, sshserver, runtests tweaks 2024-09-16 10:00:17 +02:00
hacktoberfest-accepted.yml GHA: add yamlcheck 2024-08-23 18:42:55 +02:00
http3-linux.yml GHA linux: restore apt-get update 2024-09-28 20:59:22 +02:00
label.yml GHA: add yamlcheck 2024-08-23 18:42:55 +02:00
linux32.yml CI: update 32-bit CI to Ubuntu 24.04 and enable more 2024-09-27 08:59:55 -07:00
linux-old.yml tests: speed up builds with single-binary test bundles 2024-09-22 09:51:15 +02:00
linux.yml GHA linux: restore apt-get update 2024-09-28 20:59:22 +02:00
macos.yml CI: improvements in test reliability and performance 2024-09-27 16:47:37 +02:00
non-native.yml CI: improvements in test reliability and performance 2024-09-27 16:47:37 +02:00
torture.yml GHA/torture: prefer pip --break-system-packages for speed 2024-09-27 10:27:08 +02:00
windows.yml GHA/windows: formatting, adjust timeouts, tidy-ups 2024-09-27 18:24:31 +02:00