Update action.yml
This commit is contained in:
parent
0fe09af7b5
commit
3037231cc5
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ runs:
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ${{ env.nimPath }}
|
path: ${{ env.nimPath }}
|
||||||
key: ${{ steps.cachestep1.outputs.cache-key }}
|
key: ${{ env.nimPath }}
|
||||||
|
|
||||||
- run: tar xvf ${{ env.nimPath }}
|
- run: tar xvf ${{ env.nimPath }}
|
||||||
- run: ln -s `pwd`/nim-${{ inputs.nimVersion }}/bin/* /usr/bin/
|
- run: ln -s `pwd`/nim-${{ inputs.nimVersion }}/bin/* /usr/bin/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue