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:
|
inputs:
|
||||||
nimVersion:
|
nimVersion:
|
||||||
description: a nim version string like 2.2.2 or 2.0.8
|
description: a nim version string like 2.2.2 or 2.0.8
|
||||||
required: true
|
required: false
|
||||||
os:
|
os:
|
||||||
description: a os string like "linux" "windows"
|
description: a os string like "linux" "windows"
|
||||||
required: true
|
required: false
|
||||||
|
|
||||||
#runs:
|
#runs:
|
||||||
# using: docker
|
# using: docker
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue