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

This commit is contained in:
fly6516 2024-12-17 19:46:05 +08:00
parent 198071de7a
commit eb380230c7

View File

@ -32,7 +32,7 @@ jobs:
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 --allow-unauthenticated install -y gnupg
- name: Add missing GPG keys for NJU mirror
run: |