Update action.yml
This commit is contained in:
parent
1e40f4a71a
commit
c4e9f274fd
1 changed files with 2 additions and 2 deletions
|
|
@ -20,8 +20,8 @@ runs:
|
||||||
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: ${{inputs.nimPath}}
|
||||||
key: ${{env.nimPath}}
|
key: ${{inputs.nimPath}}
|
||||||
|
|
||||||
#jobs:
|
#jobs:
|
||||||
# main:
|
# main:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue