fix Download URL to NJU Mirror v26

This commit is contained in:
fly6516 2024-12-17 20:27:57 +08:00
parent 81e4e24679
commit 546f70a9e9

View File

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