Skip to content

Commit bc0aa78

Browse files
committed
using single gradle cache name
1 parent 7c45ee6 commit bc0aa78

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
@@ -17,7 +17,7 @@ jobs:
1717
path: |
1818
~/.gradle/caches
1919
~/.gradle/wrapper
20-
key: gradle-${{ runner.os }}-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}-${{ hashFiles('**/buildSrc/**/*.kt') }}
20+
key: gradle
2121
- uses: actions/cache@v3
2222
id: avd-cache
2323
with:

0 commit comments

Comments
 (0)