popd
All checks were successful
/ test (push) Successful in 37s

This commit is contained in:
mr-boneman 2024-05-12 21:49:45 +02:00
parent b1f3593a48
commit 44885e6191

View file

@ -21,5 +21,5 @@ runs:
popd
cp nim-${{ inputs.version }}/bin/* /usr/bin
mkdir ./lib && mv /usr/lib/nim/* ./lib && mv ./lib /usr/lib/nim/lib # fixes nim not finding the system lib
popdir
popd
rm -fr $tempdir