From f06089d83fbf07fa21bbc393319b0e4de0cee734 Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Sun, 3 Nov 2024 15:05:10 +0800 Subject: [PATCH] =?UTF-8?q?loong64=E9=85=8D=E7=BD=AE=E5=AE=B9=E5=99=A8?= =?UTF-8?q?=E6=97=B6=E4=BC=9A=E5=AE=89=E8=A3=85=E7=AD=BE=E5=90=8D=E4=BB=A5?= =?UTF-8?q?=E9=81=BF=E5=85=8D=E5=8F=8D=E5=A4=8Dapt=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/configure-building-enviroment.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/configure-building-enviroment.sh b/.github/workflows/configure-building-enviroment.sh index 120dc7a..7bdcb46 100755 --- a/.github/workflows/configure-building-enviroment.sh +++ b/.github/workflows/configure-building-enviroment.sh @@ -26,9 +26,10 @@ fi if [[ $(dpkg --print-architecture) == "loong64" ]]; then echo "deb [trusted=true] https://packages.gxde.org/debian-loong64/ unreleased main" > /etc/apt/sources.list.d/debian-unreleased.list fi +apt install debian-ports-archive-keyring debian-archive-keyring -y for i in {1..8}; do - apt update -y + apt update -o Acquire::Check-Valid-Until=false -y if [[ $? == 0 ]]; then break fi