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
|
shell: bash
|
||||||
run: echo "OK"
|
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:
|
#jobs:
|
||||||
# main:
|
# main:
|
||||||
# #runs-on: docker
|
# #runs-on: docker
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue