feat: custom features support#9
feat: custom features support#9taiki-e merged 4 commits intotaiki-e:mainfrom AlexTMjugador:feat/features-support
Conversation
|
The Windows CI checks where the default Bash shell is replaced by Cygwin's are failing with a I'm unsure whether I should attempt to address this failure within this PR. Overall, testing such a specific Bash shell override with Cygwin feels, in the context of this action, very odd, as I see few practical scenarios where someone would want to override Please let me know your thoughts on how to proceed with this PR! |
84cd917 to
416e06a
Compare
This PR resolves #7 by implementing action inputs that allow customizing the
--features,--all-features, and--no-default-featuresCLI flags that get passed tocargo install. If such inputs are not set, the specified tool is installed with its default feature set, as it was done before. I've tested the changes to work as expected on a production CI workflow.