From cf15ed75597a5fe407fbb6c004d1281b94b09c5f Mon Sep 17 00:00:00 2001 From: CherretGit <53180941+CherretGit@users.noreply.github.com> Date: Fri, 4 Jul 2025 18:38:21 +0700 Subject: [PATCH] Update workflow.yml --- .github/workflows/workflow.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index a6c2a2d..ccbca68 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -27,7 +27,8 @@ jobs: java-version: '21' distribution: 'temurin' cache: gradle - - name: Clone submodules + + - name: Setup Git submodules run: git submodule update --init --recursive - name: Grant execute permission for gradlew