mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-07-29 09:23:40 +00:00
Fix gradle cache
This commit is contained in:
parent
a834e72b71
commit
86621a4c46
2
.github/actions/setup/action.yml
vendored
2
.github/actions/setup/action.yml
vendored
@ -70,7 +70,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-
|
||||||
|
|
||||||
- name: Restore Gradle dependencies
|
- name: Restore Gradle dependencies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user