From c38d267d0faede0779798a1752e5c425706864c5 Mon Sep 17 00:00:00 2001 From: robojerk Date: Fri, 5 Sep 2025 10:28:11 -0700 Subject: [PATCH] changed apt mirror --- .forgejo/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index cacd22f..c1f29bf 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -73,8 +73,8 @@ jobs: if timeout 5 curl -s --connect-timeout 3 \ http://192.168.1.101:3142/acng-report.html > /dev/null 2>&1; then echo '✅ Using apt-cacher-ng for package downloads...' - echo "deb http://192.168.1.101:3142/ftp.debian.org/debian unstable main" > /etc/apt/sources.list - echo "deb-src http://192.168.1.101:3142/ftp.debian.org/debian unstable main" >> /etc/apt/sources.list + echo "deb http://192.168.1.101:3142/ftp.us.debian.org/debian unstable main" > /etc/apt/sources.list + echo "deb-src http://192.168.1.101:3142/ftp.us.debian.org/debian unstable main" >> /etc/apt/sources.list else echo '⚠️ Using standard Debian mirrors...' echo "deb http://deb.debian.org/debian unstable main" > /etc/apt/sources.list