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.
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 installsrust-src
.cargo-make
is cached so it can be reused across runs until the next version is published in the upstream repo.