hendrikmuhs / ccache-action

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

Small fixes to append-timestamp option. #127

Closed fruffy closed 1 year ago

fruffy commented 1 year ago

It looks like the values from getState are strings, so an explicit comparison is necessary.

ppizarror commented 1 year ago

A very important PR as the current v1.2.6 still stores timestamp cache even if append-timestamp is false. See https://github.com/hendrikmuhs/ccache-action/actions/runs/3868686837/jobs/6594291219 @hendrikmuhs