From 81e4e2467906fa1dddfdb26d0129531c2dc7ed17 Mon Sep 17 00:00:00 2001 From: fly6516 Date: Tue, 17 Dec 2024 20:20:54 +0800 Subject: [PATCH] fix Download URL to NJU Mirror v26 --- .gitea/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index e492795..b8dbbbe 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -71,11 +71,14 @@ jobs: # 安装 Node.js 20.x #curl -fsSL https://deb.nodesource.com/setup_20.x | bash - #apt-get install -y nodejs - apt install -y nodejs npm + apt-get install -y nodejs npm # 验证安装是否成功 node -v npm -v + - name: Install JDK 23 + run: | + apt-get install -y openjdk-23-jdk - name: Checkout code uses: http://fly6516.synology.me:4000/Gitea_Action/checkout@v2