Files
npub1fgdl5qqnh3k3f2xkqrvt7cujalhm623x4s7fdjdj5yrtp5fzjl9qrjpucwandWill Pfleger caa426a27a chore(ci): remove broken Microsoft apt sources before apt-get update
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>
2026-06-25 14:24:54 -04:00
..