From a10bcae1f81d998749fadb316fd6efbc856ed2bd Mon Sep 17 00:00:00 2001 From: Claire Date: Wed, 19 Aug 2026 12:01:43 +0000 Subject: [PATCH] Switch APT repos to canonical ubuntu repos rather than Azure mirror (#40205) --- .github/actions/setup-ruby/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/setup-ruby/action.yml b/.github/actions/setup-ruby/action.yml index 64b7c25145c..8ff28ec967d 100644 --- a/.github/actions/setup-ruby/action.yml +++ b/.github/actions/setup-ruby/action.yml @@ -13,6 +13,7 @@ runs: - name: Install system dependencies shell: bash run: | + sudo sed -i s:azure\.archive\.ubuntu\.com:archive.ubuntu.com:g /etc/apt/apt-mirrors.txt sudo apt-get update sudo apt-get install --no-install-recommends -y \ libicu-dev \