Update action.yml
This commit is contained in:
parent
19cadbee8f
commit
55c6f0f763
1 changed files with 3 additions and 3 deletions
|
|
@ -9,13 +9,13 @@ description: Install the given nim version
|
||||||
# description: a os string like "linux" "windows"
|
# description: a os string like "linux" "windows"
|
||||||
# required: false
|
# required: false
|
||||||
|
|
||||||
#runs:
|
runs:
|
||||||
# using: docker
|
using: docker
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
main:
|
main:
|
||||||
runs-on: docker
|
#runs-on: docker
|
||||||
#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}}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue