parent
f77a9d1272
commit
b1f3593a48
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue