There's an action located here: https://github.com/taiki-e/install-action From https://github.com/taiki-e/cargo-hack#on-github-actions > You can use [taiki-e/install-action](https://github.com/taiki-e/install-action) to install prebuilt binaries on Linux, macOS, and Windows. > This makes the installation faster and may avoid the impact of [problems caused by upstream changes](https://github.com/tokio-rs/bytes/issues/506). > > ```yaml > - uses: taiki-e/install-action@cargo-hack > ```