Chocobo1 / setup-ccache-action

Setup ccache easily in your workflow, with all the tuning knobs you need!
MIT License
12 stars 4 forks source link

Only update Packger Index when need install ccache #18

Closed zhongfly closed 10 months ago

zhongfly commented 10 months ago

It's no need to update packger index if install_ccache is false.

Chocobo1 commented 10 months ago

I decided to keep the steps explicit rather than having an implicit dependency. Also I added tips in 6c7833e115ff6bd263d498329e3fb1b325a3c8ba. Thanks for the effort though.