hendrikmuhs / ccache-action

github action to speedup building using ccache
MIT License
114 stars 52 forks source link

Mismatched SHA256 fingerprint on Windows ccache binary #113

Closed marcelwa closed 1 year ago

marcelwa commented 1 year ago

It seems that the stored fingerprint for the Windows ccache binary does not match. As of today, I'm receiving the following error during the Install ccache phase of the action on Windows runners only:

Error: SHA256 of C:\Users\runneradmin\.cargo\bin\ccache.exe is d61defbaabdb75a9bb61b53b08a35bb302bdd938923e3ae83e08ae34a73e7166, expected 6e0959c518b0c51fa887035465e7486f50079fe9acf711e5dd7ea2d30a824521

I did not change the workflow file at all and it was working perfectly fine the other day. For an example run, see here.

Many thanks for your help!

hendrikmuhs commented 1 year ago

Thanks, it seems I updated the wrong checksum. I will fix it later today.

hendrikmuhs commented 1 year ago

fixed the checksum and released 1.2.5