Erase broken cache step in actions

This commit is contained in:
izzy2lost
2025-08-15 08:16:34 -04:00
committed by GitHub
parent d63041cd4f
commit 204a3015c4
-5
View File
@@ -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'