Update action.yml
This commit is contained in:
parent
2b1116f4c6
commit
269f14a7d9
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ runs:
|
||||||
|
|
||||||
- name: cache hit
|
- name: cache hit
|
||||||
run: |
|
run: |
|
||||||
|
set -x
|
||||||
if [ ! ${{ steps.cachestep1.outputs.cache-hit }} ]; then
|
if [ ! ${{ steps.cachestep1.outputs.cache-hit }} ]; then
|
||||||
echo "Download nim tarball"
|
echo "Download nim tarball"
|
||||||
wget ${{ env.nimUrl }}
|
wget ${{ env.nimUrl }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue