From 0a4f03f98068e17280c317ab62db74c04dc7cf4a Mon Sep 17 00:00:00 2001 From: david Date: Mon, 10 Mar 2025 13:00:59 +0100 Subject: [PATCH] Update action.yml --- action.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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