fix Download URL to NJU Mirror v26
Some checks failed
Java CI / build (push) Failing after 2m46s

This commit is contained in:
fly6516 2024-12-17 20:20:54 +08:00
parent e4f60da125
commit 81e4e24679

View File

@ -71,11 +71,14 @@ jobs:
# 安装 Node.js 20.x # 安装 Node.js 20.x
#curl -fsSL https://deb.nodesource.com/setup_20.x | bash - #curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
#apt-get install -y nodejs #apt-get install -y nodejs
apt install -y nodejs npm apt-get install -y nodejs npm
# 验证安装是否成功 # 验证安装是否成功
node -v node -v
npm -v npm -v
- name: Install JDK 23
run: |
apt-get install -y openjdk-23-jdk
- name: Checkout code - name: Checkout code
uses: http://fly6516.synology.me:4000/Gitea_Action/checkout@v2 uses: http://fly6516.synology.me:4000/Gitea_Action/checkout@v2