Skip to content

Commit 5daca16

Browse files
authored
Remove default in action.yml for windows-toolchain
* Otherwise it shows up in every usage of the action even if not set. * Consistent with other non-required inputs.
1 parent 5580575 commit 5daca16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

action.yml

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ inputs:
4444
It also sets environment variables using 'ridk' or 'vcvars64.bat' based on the selected Ruby.
4545
At present, the only other setting than 'default' is 'none', which only adds Ruby to PATH.
4646
No build tools or packages are installed, nor are any ENV setting changed to activate them.
47-
default: 'default'
4847
4948
outputs:
5049
ruby-prefix:

0 commit comments

Comments
 (0)