Update action.yml

This commit is contained in:
david 2025-03-10 20:36:13 +01:00
parent 2b1116f4c6
commit 269f14a7d9

View file

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