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

This commit is contained in:
fly6516 2024-12-17 19:48:08 +08:00
parent eb380230c7
commit 388ac0c53f

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