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
|
||||
id: cachestep1
|
||||
uses: https://code.forgejo.org/actions/cache/restore@v4
|
||||
with:
|
||||
path: ${{env.nimPath}}
|
||||
key: ${{env.nimPath}}
|
||||
with:
|
||||
path: ${{env.nimPath}}
|
||||
key: ${{env.nimPath}}
|
||||
|
||||
#jobs:
|
||||
# main:
|
||||
|
|
|
|||
Loading…
Reference in a new issue