Closed TrentHouliston closed 4 months ago
Nice! This seems fine to me, let's just run the tests.
@TrentHouliston can you look into the errors? Seems easy to fix.
@krlmlr WDYT? Does this solve your use case?
Regardless of #165 this change is ready and makes sense.
Thanks for the contribution @TrentHouliston ! Do you require a release?
@hendrikmuhs A release would be good so I don't have to keep using my fork
Thanks. I'll review and get back here if problems arise.
Currently, if environment variables are set for CCACHE_DIR or SCCACHE_DIR then this action will ignore them and hardcode its own.
This is a problem if CCACHE_DIR is set for example in a docker file environment which is very hard to eliminate
Fixes #96
I think this is a better solution than #165 as that one still suffers from an invalid operation if either of the environment variables are set.