jdx / mise-action

MIT License
59 stars 7 forks source link

Feature request: Add flag to cache even when the build fails #99

Open boris-smidt-klarrio opened 5 months ago

boris-smidt-klarrio commented 5 months ago

Hey, First of thank you for the super handy mise tool and the github action.

A possible improvement is to have a seperate tools cache. Currently when the build fails the Post Run of mise doesn't save any cache. But it would be better to cache the tools if the tool install succeeded. This is especially useful for the go tools since they are build on install making them quite slow.