Update action.yml

This commit is contained in:
david 2025-03-10 13:00:59 +01:00
parent d437c59006
commit 0a4f03f980

View file

@ -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