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