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
|
||||
with:
|
||||
path: ${{ env.nimPath }}
|
||||
key: ${{ steps.cachestep1.outputs.cache-key }}
|
||||
key: ${{ env.nimPath }}
|
||||
|
||||
- run: tar xvf ${{ env.nimPath }}
|
||||
- run: ln -s `pwd`/nim-${{ inputs.nimVersion }}/bin/* /usr/bin/
|
||||
|
|
|
|||
Loading…
Reference in a new issue