Skip to content

Commit a105c11

Browse files
committed
chore: comment out restore-keys in android.yml to force a gradle cache miss
1 parent 9d2cf54 commit a105c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
path: ~/.gradle/caches
3131
key: ${{ runner.OS }}-gradle-caches-cache-${{ hashFiles('build.gradle.kts', 'settings.gradle.kts', 'gradle/libs.versions.toml', 'gradle/verification-metadata.xml', 'gradle/verification-keyring.keys', 'gradle/verification-metadata.gpg') }}
32-
restore-keys: |
32+
# restore-keys: |
3333
# ${{ runner.OS }}-gradle-caches-cache-
3434
- name: generate ksProp file
3535
- name: generate ksProp file

0 commit comments

Comments
 (0)