TENSORLAKE_CACHE_DIR to reuse dependencies and build outputs across workflow runs.
Configure a cache directory
Set your tool’s cache directory before building. For Rust, writeCARGO_TARGET_DIR to GITHUB_ENV:
No
actions/cache step is needed. See the complete language workflow examples.