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.
It seems that the stored fingerprint for the Windows
ccache
binary does not match. As of today, I'm receiving the following error during theInstall ccache
phase of the action on Windows runners only: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!