Update action.yml

This commit is contained in:
david 2025-03-10 13:21:33 +01:00
parent 0fe09af7b5
commit 3037231cc5

View file

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