Update workflow.yml

This commit is contained in:
CherretGit
2025-07-04 18:38:21 +07:00
committed by GitHub
parent 77f6135f6a
commit cf15ed7559

View File

@@ -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