Skip to content

Commit

Permalink
Remove default in action.yml for windows-toolchain
Browse files Browse the repository at this point in the history
* Otherwise it shows up in every usage of the action even if not set.
* Consistent with other non-required inputs.
  • Loading branch information
eregon committed Jan 22, 2024
1 parent 5580575 commit 5daca16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ inputs:
It also sets environment variables using 'ridk' or 'vcvars64.bat' based on the selected Ruby.
At present, the only other setting than 'default' is 'none', which only adds Ruby to PATH.
No build tools or packages are installed, nor are any ENV setting changed to activate them.
default: 'default'
outputs:
ruby-prefix:
Expand Down

0 comments on commit 5daca16

Please sign in to comment.