From 2a830ed8029577c9209f0c627b3904169d8bc15b Mon Sep 17 00:00:00 2001 From: KreitinnSoftware <80591934+KreitinnSoftware@users.noreply.github.com> Date: Tue, 13 Aug 2024 18:24:00 -0300 Subject: [PATCH] [CI] Try to fix build --- .github/workflows/android.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 7155eee..5350eff 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -18,6 +18,7 @@ jobs: with: java-version: '17' distribution: 'temurin' + submodules: recursive cache: gradle - name: Grant execute permission for gradlew