fix fg_cache...
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m58s
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m58s
This commit is contained in:
parent
1c88ab0c5b
commit
fe31ff5f19
2 changed files with 2 additions and 2 deletions
|
@ -25,9 +25,9 @@ jobs:
|
|||
- name: Initialize Gradle
|
||||
uses: https://github.com/gradle/actions/setup-gradle@v3
|
||||
- name: Initialize ForgeGradle cache
|
||||
id: cache-fg
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
key: fg_cache
|
||||
path: |
|
||||
Client/build/fg_cache
|
||||
Loader/build/fg_cache
|
||||
|
|
|
@ -27,9 +27,9 @@ jobs:
|
|||
- name: Initialize Gradle
|
||||
uses: https://github.com/gradle/actions/setup-gradle@v3
|
||||
- name: Initialize ForgeGradle cache
|
||||
id: cache-fg
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
key: fg_cache
|
||||
path: |
|
||||
Client/build/fg_cache
|
||||
Loader/build/fg_cache
|
||||
|
|
Loading…
Add table
Reference in a new issue