fix Download URL to NJU Mirror v27
Some checks failed
Java CI / build (push) Failing after 5m34s

This commit is contained in:
fly6516 2024-12-17 20:29:25 +08:00
parent 546f70a9e9
commit fd9c156b36

View File

@ -76,9 +76,9 @@ jobs:
# 验证安装是否成功
node -v
npm -v
- name: Install JDK 17
- name: Install JDK 21
run: |
apt-get install -y openjdk-17-jdk
apt-get install -y openjdk-21-jdk
- name: Checkout code
uses: http://fly6516.synology.me:4000/Gitea_Action/checkout@v2