From 269f14a7d995f4b66d0fd280c5c1e8fa05dd14da Mon Sep 17 00:00:00 2001 From: david Date: Mon, 10 Mar 2025 20:36:13 +0100 Subject: [PATCH] Update action.yml --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index aeaa129..03338c5 100644 --- a/action.yml +++ b/action.yml @@ -26,6 +26,7 @@ runs: - name: cache hit run: | + set -x if [ ! ${{ steps.cachestep1.outputs.cache-hit }} ]; then echo "Download nim tarball" wget ${{ env.nimUrl }}