microsoft / mu_devops

Project Mu Developer Operations
https://microsoft.github.io/mu/
Other
26 stars 22 forks source link

.sync/RustSetupSteps.yml: Update leaf file to match current #236

Closed makubacki closed 1 year ago

makubacki commented 1 year ago

Updates the workflow to be able to build Rust code if present in a repo. The Rust toolchain is installed by default, so this simply installs cargo make and installs rust-src.

cargo-make is cached so it can be reused across runs until the next version is published in the upstream repo.