Mozilla-Actions / sccache-action

sccache github action
Apache License 2.0
114 stars 22 forks source link

Setup does not use cached download of sscache #107

Open kohtala opened 5 months ago

kohtala commented 5 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 5 months ago

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

kohtala commented 5 months ago

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