fix Download URL to NJU Mirror v9
Some checks failed
Java CI / build (push) Failing after 6s

This commit is contained in:
fly6516 2024-12-17 19:40:51 +08:00
parent 7d97d74cf4
commit 33c64dfc45

View File

@ -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 update --allow-unauthenticated
apt install -y gnupg --allow-unauthenticated
apt-get update --allow-unauthenticated
apt-get install -y gnupg --allow-unauthenticated
- name: Add missing GPG keys for NJU mirror
run: |