init-cicd
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 10s

This commit is contained in:
TangHuan 2025-04-02 10:27:52 +08:00
parent c5d0a13167
commit 4999781a4e

View File

@ -15,12 +15,12 @@ jobs:
- uses: https://gitea.com/actions/setup-java@v4
name: 准备jdk
cache: "maven"
with:
distribution: 'jdkfile'
jdkFile: ${{ runner.temp }}/java_package.tar.gz
java-version: '21.0.6'
architecture: x64
cache: "maven"
# 缓存 Maven 依赖
- name: Cache Maven packages
uses: https://gitea.com/actions/cache@v3