mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-06-02 06:03:44 +02:00
Fix Gradle dependencies cache restore
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user