Update action.yml

This commit is contained in:
david 2025-03-10 13:42:28 +01:00
parent 3037231cc5
commit 2b1116f4c6

View file

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