From ef2b7547bdf5abf67f70c380ac9253be4b89b754 Mon Sep 17 00:00:00 2001 From: xiaoyv404 Date: Tue, 5 Nov 2024 22:17:18 +0800 Subject: [PATCH] add Setup Gradle setp --- fetch/workflow_template.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fetch/workflow_template.yaml b/fetch/workflow_template.yaml index 30e69662..a276df9d 100644 --- a/fetch/workflow_template.yaml +++ b/fetch/workflow_template.yaml @@ -55,6 +55,10 @@ jobs: git submodule init git submodule update [ -f build.gradle ] || [ -f build.gradle.kts ] || { echo '::error::Git 仓库检出疑似失败,请检查碧螺春中分支名是否正确!'; exit -1; } + - name: Setup Gradle + uses: gradle/actions/setup-gradle@v4 + with: + validate-wrappers: false - name: Validate Gradle Wrapper id: gradle_wrapper_check continue-on-error: true