From 7e2798650df0df526b20833424ac69c5265d4b49 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 c8875cba4a1..6828b9a1bd6 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 \