Update action.yml
This commit is contained in:
parent
0a4f03f980
commit
1e40f4a71a
1 changed files with 3 additions and 3 deletions
|
|
@ -19,9 +19,9 @@ runs:
|
||||||
- name: cache restore
|
- name: cache restore
|
||||||
id: cachestep1
|
id: cachestep1
|
||||||
uses: https://code.forgejo.org/actions/cache/restore@v4
|
uses: https://code.forgejo.org/actions/cache/restore@v4
|
||||||
with:
|
with:
|
||||||
path: ${{env.nimPath}}
|
path: ${{env.nimPath}}
|
||||||
key: ${{env.nimPath}}
|
key: ${{env.nimPath}}
|
||||||
|
|
||||||
#jobs:
|
#jobs:
|
||||||
# main:
|
# main:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue