hybridgroup / mechanoid-examples

Examples written using Mechanoid framework for WASM-based embedded development.
https://mechanoid.io/
Apache License 2.0
11 stars 0 forks source link

build: install Rust for CI builds #9

Closed deadprogram closed 6 months ago

deadprogram commented 6 months ago

This PR installs Rust as part of the CI build for wasm32-unknown-unknown modules built by the mecha build command update in https://github.com/hybridgroup/mechanoid/pull/27

orsinium commented 6 months ago

Nitpick: IDK why everyone adds name: for every step in Github Actions. You can omit it, and then Github Actions will show the executed command instead, which is in 95% of cases is readable enough.

deadprogram commented 6 months ago

You can omit it, and then Github Actions will show the executed command instead

Hmm I should do that in the future. Thanks!