From 5e57c692ca5e864dd01566ab0df30cc625ec475b Mon Sep 17 00:00:00 2001 From: TangHuan Date: Wed, 2 Apr 2025 10:37:12 +0800 Subject: [PATCH] init-cicd --- .gitea/workflows/dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/dev.yaml b/.gitea/workflows/dev.yaml index d8931af..e4a02e8 100644 --- a/.gitea/workflows/dev.yaml +++ b/.gitea/workflows/dev.yaml @@ -10,7 +10,7 @@ jobs: uses: https://gitea.com/actions/checkout@v4 - name: 下载jdk run: | - download_url="https://dragonwell.oss-cn-shanghai.aliyuncs.com/21.0.6.0.6%2B7-test-dragonwell_extended/Alibaba_Dragonwell_Extended_21.0.6.0.6.7_x64_linux.tar.gz" + download_url="https://mirrors.tuna.tsinghua.edu.cn/Adoptium/17/jdk/x64/linux/OpenJDK17U-jdk_x64_linux_hotspot_17.0.14_7.tar.gz" wget -O $RUNNER_TEMP/java_package.tar.gz $download_url - uses: https://gitea.com/actions/setup-java@v4