just, a rust-based tools installed using Cargo, can take a long time to build on GitHub Actions runners.
We should look into a way to download pre-built tools in a way that supports multiple platforms (Linux, Windows, macOS) to speed up this installation process.
just has a Releases page with pre-built binaries, so we could pull from there, as long as the naming stays somewhat consistent.
Originally posted by @ekilmer in #10 (comment)
just, a rust-based tools installed using Cargo, can take a long time to build on GitHub Actions runners.We should look into a way to download pre-built tools in a way that supports multiple platforms (Linux, Windows, macOS) to speed up this installation process.
justhas a Releases page with pre-built binaries, so we could pull from there, as long as the naming stays somewhat consistent.Originally posted by @ekilmer in #10 (comment)