From d2e6e5dde19ef3851972c8a78f4d2a80b051143c Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Sat, 16 May 2026 12:16:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=AF=91=E7=8E=AF=E5=A2=83=E5=86=85?= =?UTF-8?q?=E7=BD=AEwget=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gfdgd_xi <3025613752@qq.com> --- .github/workflows/configure-building-enviroment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/configure-building-enviroment.sh b/.github/workflows/configure-building-enviroment.sh index c61d4d8..1a6792d 100755 --- a/.github/workflows/configure-building-enviroment.sh +++ b/.github/workflows/configure-building-enviroment.sh @@ -33,7 +33,7 @@ fi # echo "deb [trusted=true] https://deb.debian.org/debian-ports/ unreleased main" > /etc/apt/sources.list.d/debian-unreleased.list #fi apt install -f -y -apt install debian-ports-archive-keyring debian-archive-keyring -y +apt install debian-ports-archive-keyring debian-archive-keyring wget -y if [[ -f /sources-list/sources-$1.list ]]; then if [[ $(dpkg --print-architecture) == "riscv64" ]] || [[ $GXDE_CROSS_ARCH == "riscv64" ]]; then cp /sources-list/sources-$1-without-backport.list /etc/apt/sources.list.d -v