mirror of
https://github.com/izzy2lost/Starship.git
synced 2026-07-05 15:19:42 -07:00
Erase broken cache step in actions
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user