Mozilla-Actions / sccache-action

sccache github action
Apache License 2.0
119 stars 24 forks source link

Setup does not use cached download of sscache #107

Open kohtala opened 7 months ago

kohtala commented 7 months ago

It seems the action calls cacheDir to save a downloaded and extracted sscache, but it does not use find to see if it is already in the cache and calls directly downloadTool to download it again.

Xuanwo commented 7 months ago

Oh, you are right. Would you like to give it a fix?

kohtala commented 7 months ago

I'd like, but am unable. Best I could do is drop the note of what I noticed.