Update action.yml
This commit is contained in:
parent
958a5b7e2b
commit
7599ec1aec
1 changed files with 2 additions and 3 deletions
|
|
@ -9,8 +9,8 @@ inputs:
|
||||||
description: a os string like "linux" "windows"
|
description: a os string like "linux" "windows"
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
runs:
|
#runs:
|
||||||
using: docker
|
# using: docker
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
@ -19,7 +19,6 @@ jobs:
|
||||||
env:
|
env:
|
||||||
nimPath: "nim-${{inputs.nimVersion}}-${{inputs.os}}_x64.tar.xz"
|
nimPath: "nim-${{inputs.nimVersion}}-${{inputs.os}}_x64.tar.xz"
|
||||||
nimUrl: "https://nim-lang.org/download/${{env.nimPath}}"
|
nimUrl: "https://nim-lang.org/download/${{env.nimPath}}"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- run: echo "OK"
|
- run: echo "OK"
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue