This commit is contained in:
parent
fa8dd0ab14
commit
95dc9bffdc
1 changed files with 8 additions and 2 deletions
10
.github/workflows/root.yml
vendored
10
.github/workflows/root.yml
vendored
|
@ -33,7 +33,10 @@ jobs:
|
|||
uses: https://data.forgejo.org/actions/cache/restore@v4
|
||||
|
||||
with:
|
||||
path: "~/.gradle/caches,~/.gradle/wrapper,~/.m2/repository"
|
||||
path: |
|
||||
~/.gradle/caches
|
||||
~/.gradle/wrapper
|
||||
~/.m2/repository
|
||||
key: gradle-store
|
||||
|
||||
- name: Grant execute permission for gradlew
|
||||
|
@ -70,5 +73,8 @@ jobs:
|
|||
uses: https://data.forgejo.org/actions/cache/save@v4
|
||||
|
||||
with:
|
||||
path: ~/.gradle/caches,~/.gradle/wrapper,~/.m2/repository
|
||||
path: |
|
||||
~/.gradle/caches
|
||||
~/.gradle/wrapper
|
||||
~/.m2/repository
|
||||
key: ${{ steps.restore-cache.outputs.cache-primary-key }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue