mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-06 23:18:22 +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/wrapper
|
||||
!.gradle/caches/build-cache-*
|
||||
key: gradle-cache-${{ hashFiles('gradle/**') }}
|
||||
key: gradle-cache-${{ hashFiles('app/gradle/**') }}
|
||||
restore-keys: gradle-cache-
|
||||
|
||||
- name: Restore Gradle dependencies
|
||||
|
Loading…
x
Reference in New Issue
Block a user