eclipse-zenoh / ci

GitHub Actions and workflows used across eclipse-zenoh
Other
1 stars 3 forks source link

Install Cargo binaries on demand #71

Open fuzzypixelz opened 5 months ago

fuzzypixelz commented 5 months ago

Describe the release item

In a lot of places in the code, a Cargo binary is installed without making sure it is needed. It would be nice to only install such a binary right before executing it.