From b1f3593a4818a0f95668b12185ee7b0ad3a241a5 Mon Sep 17 00:00:00 2001 From: mr-boneman Date: Sun, 12 May 2024 21:48:40 +0200 Subject: [PATCH] fix --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d7f5d24..3db623f 100644 --- a/action.yml +++ b/action.yml @@ -12,7 +12,7 @@ runs: - shell: bash run: | set -euxo pipefail - tempdir = $(mktemp -d) + tempdir=$(mktemp -d) pushd $tempdir curl -o nim.tar.xz https://nim-lang.org/download/nim-${{ inputs.version }}-linux_x64.tar.xz tar -xf nim.tar.xz