From 0d261f4f57800b7847074ce96d04f9c020793144 Mon Sep 17 00:00:00 2001 From: gfdgd-xi <3025613752@qq.com> Date: Sun, 27 Oct 2024 12:05:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=91=E6=94=B9=E4=BA=86=E4=B8=AA=E5=9C=B0?= =?UTF-8?q?=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/configure-building-enviroment.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/configure-building-enviroment.sh b/.github/workflows/configure-building-enviroment.sh index ca6f660..2e47d81 100755 --- a/.github/workflows/configure-building-enviroment.sh +++ b/.github/workflows/configure-building-enviroment.sh @@ -24,7 +24,7 @@ else echo "deb [trusted=true] https://repo1.gxde.top/gxde-os/bixie ./" >> /etc/apt/sources.list.d/gxde-os.list fi if [[ $(dpkg --print-architecture) == "loong64" ]]; then - echo "deb [trusted=true] http://deb.debian.org/debian-ports unreleased main" > /etc/apt/sources.list.d/debian-unreleased.list + echo "deb [trusted=true] http://debian-loong64.gxde.org/ unreleased main" > /etc/apt/sources.list.d/debian-unreleased.list fi for i in {1..8}; do @@ -59,4 +59,4 @@ do fi sleep 1 done -exit 0 \ No newline at end of file +exit 0