Switch APT repos to canonical ubuntu repos rather than Azure mirror (#40205)

This commit is contained in:
Claire
2026-08-19 12:01:43 +00:00
committed by GitHub
parent f6e62f82e6
commit a10bcae1f8

View File

@@ -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 \