Skip to content

Fix duplicate Cargo binary install failures in CI #249

@ChristianPavilonis

Description

@ChristianPavilonis

CI workflows are caching ~/.cargo/bin/, which restores previously installed Cargo binaries between runs. When later steps run cargo install for tools like Viceroy or wasm-bindgen-cli, Cargo fails because the destination binaries already exist.

We should update the workflows to avoid caching installed binaries and make the install steps resilient to reruns so PR CI stops failing on duplicate binary installs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions