I have a use case where I want to manage my Deno installation through another tool, mise specifically in this case, but I'd like to still use the setup-deno action to manage the cache. I find it easier to let Deno manage the cache than manually with the actions/cache action.
Can we add a configuration to disable Deno installation, or is the stance to just manage the cache manually?
I have a use case where I want to manage my Deno installation through another tool, mise specifically in this case, but I'd like to still use the
setup-denoaction to manage the cache. I find it easier to let Deno manage the cache than manually with theactions/cacheaction.Can we add a configuration to disable Deno installation, or is the stance to just manage the cache manually?