Update action.yml
This commit is contained in:
parent
8d57832270
commit
b5a4fcf531
1 changed files with 2 additions and 2 deletions
|
|
@ -4,10 +4,10 @@ description: Install the given nim version
|
|||
inputs:
|
||||
nimVersion:
|
||||
description: a nim version string like 2.2.2 or 2.0.8
|
||||
required: true
|
||||
required: false
|
||||
os:
|
||||
description: a os string like "linux" "windows"
|
||||
required: true
|
||||
required: false
|
||||
|
||||
#runs:
|
||||
# using: docker
|
||||
|
|
|
|||
Loading…
Reference in a new issue