fix
Some checks failed
/ test (push) Failing after 35s

This commit is contained in:
mr-boneman 2024-05-12 21:48:40 +02:00
parent f77a9d1272
commit b1f3593a48

View file

@ -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