diff --git a/action.yml b/action.yml index 65bce68..d2c3ac6 100644 --- a/action.yml +++ b/action.yml @@ -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