From 87d14d8554c2da5cc25464151805348e7707b891 Mon Sep 17 00:00:00 2001 From: mr-boneman Date: Sun, 12 May 2024 21:40:55 +0200 Subject: [PATCH] remove leftover folder --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 56c3889..8842599 100644 --- a/action.yml +++ b/action.yml @@ -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 }} \ No newline at end of file + - run: rm -fr nim.tar.gz nim-${{ inputs.version }} lib \ No newline at end of file