From fad4365e356f84b356496a4ff90bbb581f73f301 Mon Sep 17 00:00:00 2001 From: mr-boneman Date: Sun, 12 May 2024 21:39:30 +0200 Subject: [PATCH] install.sh --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4e34b30..56c3889 100644 --- a/action.yml +++ b/action.yml @@ -11,7 +11,7 @@ runs: steps: - run: curl -o nim.tar.xz https://nim-lang.org/download/nim-${{ inputs.version }}-linux_x64.tar.xz - run: tar -xf nim.tar.xz - - run: cd nim-${{ inputs.version }} && ./install /usr/bin + - run: cd nim-${{ inputs.version }} && ./install.sh /usr/bin shell: bash - run: cp nim-${{ inputs.version }}/bin/* /usr/bin shell: bash