ci: switch off the slow Azure apt mirror on the Linux build

This commit is contained in:
KhooLy 2026-06-18 21:50:36 +03:00
parent ddfbc409c1
commit 85fddc0d17

View file

@ -162,6 +162,7 @@ jobs:
- name: Install system dependencies
run: |
sudo sed -i 's/azure\.archive\.ubuntu\.com/archive.ubuntu.com/g' /etc/apt/sources.list.d/ubuntu.sources
mkdir -p ~/.apt-cache
sudo apt-get update
sudo apt-get -o Dir::Cache::Archives="$HOME/.apt-cache" install -y \