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"
|
||||
# required: false
|
||||
|
||||
#runs:
|
||||
# using: docker
|
||||
runs:
|
||||
using: docker
|
||||
|
||||
|
||||
jobs:
|
||||
main:
|
||||
runs-on: docker
|
||||
#runs-on: docker
|
||||
#env:
|
||||
# nimPath: "nim-${{inputs.nimVersion}}-${{inputs.os}}_x64.tar.xz"
|
||||
# nimUrl: "https://nim-lang.org/download/${{env.nimPath}}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue