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

This commit is contained in:
fly6516 2024-12-17 19:51:11 +08:00
parent 4ce709790d
commit b61872fd68

View File

@ -35,10 +35,10 @@ jobs:
- name: Add missing GPG keys for NJU mirror - name: Add missing GPG keys for NJU mirror
run: | run: |
# 添加公钥 3B4FE6ACC0B21F32 # 添加公钥 3B4FE6ACC0B21F32
curl -fsSL https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3B4FE6ACC0B21F32 | sudo tee /etc/apt/trusted.gpg.d/nju-archive-key.asc curl -fsSL https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3B4FE6ACC0B21F32 | tee /etc/apt/trusted.gpg.d/nju-archive-key.asc
# 添加公钥 871920D1991BC93C # 添加公钥 871920D1991BC93C
curl -fsSL https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x871920D1991BC93C | sudo tee /etc/apt/trusted.gpg.d/nju-archive-key.asc curl -fsSL https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x871920D1991BC93C | tee /etc/apt/trusted.gpg.d/nju-archive-key.asc
- name: Install gnupg - name: Install gnupg
run: | run: |