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

This commit is contained in:
fly6516 2024-12-17 19:42:44 +08:00
parent 33c64dfc45
commit 198071de7a

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-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-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 echo "deb https://mirror.nju.edu.cn/ubuntu/ focal-security main restricted universe multiverse" >> /etc/apt/sources.list
apt-get update --allow-unauthenticated apt-get --allow-unauthenticated update
apt-get install -y gnupg --allow-unauthenticated apt-get --allow-unauthenticated install -y gnupg
- name: Add missing GPG keys for NJU mirror - name: Add missing GPG keys for NJU mirror
run: | run: |