mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
GitHub-hosted Ubuntu 24.04 runners include Microsoft package repos (azure-cli, packages.microsoft.com/ubuntu/24.04/prod) in their default apt sources. These repos intermittently return 403 Forbidden, causing apt-get update to fail with exit code 100 even though none of our dependencies come from those repos. Remove the Microsoft source list files and their signing keys before running apt-get update so transient Microsoft CDN outages don't break unrelated CI jobs. Co-authored-by: Will Pfleger <pfleger.will@gmail.com> Signed-off-by: Will Pfleger <pfleger.will@gmail.com>