Update action.yml
This commit is contained in:
parent
d437c59006
commit
0a4f03f980
1 changed files with 7 additions and 0 deletions
|
|
@ -16,6 +16,13 @@ runs:
|
|||
shell: bash
|
||||
run: echo "OK"
|
||||
|
||||
- name: cache restore
|
||||
id: cachestep1
|
||||
uses: https://code.forgejo.org/actions/cache/restore@v4
|
||||
with:
|
||||
path: ${{env.nimPath}}
|
||||
key: ${{env.nimPath}}
|
||||
|
||||
#jobs:
|
||||
# main:
|
||||
# #runs-on: docker
|
||||
|
|
|
|||
Loading…
Reference in a new issue