hendrikmuhs / ccache-action

github action to speedup building using ccache
MIT License
118 stars 53 forks source link

Add flag for restore #156

Closed botanicvelious closed 1 year ago

botanicvelious commented 1 year ago

Added a flag to decide if to restore or not, we were restoring/saving cache and it kept growing in size

botanicvelious commented 1 year ago

Should be ready to go, let me know if there is anything you want changed.

botanicvelious commented 1 year ago

updated it so it uses return;

Also I moved the stats printing so that you still get stats even when save=false no reason not to print stats

hendrikmuhs commented 1 year ago

Thanks @botanicvelious !