You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm probably doing something wrong, but it appears when cache-targets: true is specified and I'm running from an empty cache state, I see a cleaning step before the save of target. This ends up failing the subsequent run(s) which depend on the target dir to be cached with the generated binaries.
I'm probably doing something wrong, but it appears when
cache-targets: true
is specified and I'm running from an empty cache state, I see a cleaning step before the save oftarget
. This ends up failing the subsequent run(s) which depend on the target dir to be cached with the generated binaries.My cargo-cache action is as follows:
However, when the cache is in the post build cache phase I see the following:
Is there any workaround I can try like specifying the target dir in the keys?
The text was updated successfully, but these errors were encountered: