Update action.yml
This commit is contained in:
parent
3037231cc5
commit
2b1116f4c6
1 changed files with 3 additions and 2 deletions
|
|
@ -37,8 +37,9 @@ runs:
|
|||
path: ${{ env.nimPath }}
|
||||
key: ${{ env.nimPath }}
|
||||
|
||||
- run: tar xvf ${{ env.nimPath }}
|
||||
- run: ln -s `pwd`/nim-${{ inputs.nimVersion }}/bin/* /usr/bin/
|
||||
- run: mv ${{ env.nimPath }} /opt/${{ env.nimPath }}
|
||||
- run: cd /opt ; tar xvf ${{ env.nimPath }}
|
||||
- run: cd /opt ; ln -s `pwd`/nim-${{ inputs.nimVersion }}/bin/* /usr/bin/
|
||||
- run: gcc --version
|
||||
- run: nim --version
|
||||
- run: nimble --version
|
||||
Loading…
Reference in a new issue