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