Open
Description
Since we switched to running on self-hosted runners, we noticed that some jobs failed because they couldn't find the cargo
executable anymore. After some digging, we noticed that after a successful run with this action on the same machine, .cargo/bin
was empty, which is normally where cargo
and rustup
are installed (when installing the rustup.rs way at least).
Looking through the code, it seems that .cargo/bin
gets cleaned apart for the binaries it finds a matching crate for, which would end up removing cargo
and rustup
. Was this intentional? If so, should I be doing something differently?
Metadata
Metadata
Assignees
Labels
No labels