Update action.yml

This commit is contained in:
david 2025-03-10 13:02:40 +01:00
parent 0a4f03f980
commit 1e40f4a71a

View file

@ -19,9 +19,9 @@ runs:
- name: cache restore - name: cache restore
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: ${{env.nimPath}}
key: ${{env.nimPath}} key: ${{env.nimPath}}
#jobs: #jobs:
# main: # main: