From 388ac0c53fb43d0f8852463761235cd62a9e544c Mon Sep 17 00:00:00 2001 From: fly6516 Date: Tue, 17 Dec 2024 19:48:08 +0800 Subject: [PATCH] fix Download URL to NJU Mirror v12 --- .gitea/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 32b4580..5e4b96f 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -31,8 +31,8 @@ jobs: echo "deb https://mirror.nju.edu.cn/ubuntu/ focal-updates main restricted universe multiverse" >> /etc/apt/sources.list echo "deb https://mirror.nju.edu.cn/ubuntu/ focal-backports main restricted universe multiverse" >> /etc/apt/sources.list echo "deb https://mirror.nju.edu.cn/ubuntu/ focal-security main restricted universe multiverse" >> /etc/apt/sources.list - apt-get --allow-unauthenticated update - #apt-get --allow-unauthenticated install -y gnupg + apt-get update --allow-unauthenticated --ignore-missing + apt-get install --allow-unauthenticated -y gnupg - name: Add missing GPG keys for NJU mirror run: |