Fix Gradle dependencies cache restore

This commit is contained in:
topjohnwu
2026-03-27 00:16:09 -07:00
committed by John Wu
parent 3cb18d6c1e
commit 122a0a3349
+1 -1
View File
@@ -82,7 +82,7 @@ runs:
.gradle/caches .gradle/caches
.gradle/wrapper .gradle/wrapper
!.gradle/caches/build-cache-* !.gradle/caches/build-cache-*
key: gradle-cache-${{ hashFiles('gradle/**') }} key: gradle-cache-${{ hashFiles('app/gradle/**') }}
restore-keys: gradle-cache- restore-keys: gradle-cache-
enableCrossOsArchive: true enableCrossOsArchive: true