I'm facing a situation where the development shell for the CI can be minimal while the developer's development shell must have additional tools installed.
I need to select the appropriate shell for the CI job, but the current action doesn't seem to allow me to do so.
Can you add support for that?