Closed krlmlr closed 3 months ago
This action in action: https://github.com/tidyverse/blob/actions/runs/6445932389/job/17500507262#step:6:3405 .
Any idea why sccache fails?
Did you look at the test? Maybe you have to adapt he location at this line:
https://github.com/hendrikmuhs/ccache-action/blob/main/.github/workflows/tests.yml#L59
Looks slightly better now, two tests are still failing. Do you agree that moving the cache out of tree is a good idea?
Looks slightly better now, two tests are still failing. Do you agree that moving the cache out of tree is a good idea?
yes, I think this is a good idea
Let's see how far we get with the current implementation after #217. I still think the cache shouldn't live inside the worktree, let's discuss when this becomes an issue.
For #96.