Update workflow.yml

This commit is contained in:
egor-white
2025-07-04 12:08:32 +03:00
committed by GitHub
parent efeab387af
commit 5a423f39c0

View File

@@ -27,6 +27,8 @@ jobs:
java-version: '21'
distribution: 'temurin'
cache: gradle
- name: Fix submodules
run: git submodule update --init --recursive
- name: Grant execute permission for gradlew
run: chmod +x gradlew