From 204a3015c4323d5cb2bf9d5a4ee78002ad8daee3 Mon Sep 17 00:00:00 2001 From: izzy2lost Date: Fri, 15 Aug 2025 08:16:34 -0400 Subject: [PATCH] Erase broken cache step in actions --- .github/workflows/android.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index c68ea2f8..a0eac368 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -76,11 +76,6 @@ jobs: - name: Configure Gradle permissions run: chmod +x android/gradlew - - - name: Setup Gradle cache - uses: gradle/actions@v4.4.2 - with: - cache-read-only: ${{ github.ref != 'refs/heads/main' }} - name: Build Debug APK if: matrix.build-type == 'debug'