remove leftover folder
Some checks failed
/ test (push) Failing after 35s

This commit is contained in:
mr-boneman 2024-05-12 21:40:55 +02:00
parent fad4365e35
commit 87d14d8554

View file

@ -17,4 +17,4 @@ runs:
shell: bash
- run: mkdir ./lib && mv /usr/lib/nim/* ./lib && mv ./lib /usr/lib/nim/lib # fixes nim not finding the system lib
shell: bash
- run: rm -fr nim.tar.gz nim-${{ inputs.version }}
- run: rm -fr nim.tar.gz nim-${{ inputs.version }} lib