The [recommended paths to cache for rust projects](https://github.com/actions/cache/blob/main/examples.md#rust---cargo) include `~/.cargo/bin`. However if you do this then the cargo-machete action fails: ``` Run bnjbvr/cargo-machete@main env: CARGO_HOME: /home/runner/.cargo CARGO_INCREMENTAL: 0 CARGO_TERM_COLOR: always Run clechasseur/rs-cargo@v2 with: command: install args: cargo-machete use-cross: false env: CARGO_HOME: /home/runner/.cargo CARGO_INCREMENTAL: 0 CARGO_TERM_COLOR: always /home/runner/.cargo/bin/cargo install cargo-machete Updating crates.io index error: binary `cargo-machete` already exists in destination Add --force to overwrite Error: The process '/home/runner/.cargo/bin/cargo' failed with exit code 101 ```