rust-osdev / cargo-xbuild

Automatically cross-compiles the sysroot crates core, compiler_builtins, and alloc.
Apache License 2.0
256 stars 25 forks source link

Add GitHub Action for cargo-build check #93

Closed pfmooney closed 3 years ago

pfmooney commented 3 years ago

Running cargo build on Linux, MacOS, and Windows should help catch build issues at least.

phil-opp commented 3 years ago

Thanks!