mirror of
https://github.com/tower-rs/tower.git
synced 2025-09-29 22:11:03 +00:00

CI is currently busted due to [issues with caching `cargo-hack`][1]. Currently, we cache the `cargo-hack` executable to speed up builds by avoiding the overhead of compiling it from source in every build. Recently, `cargo-hack` has started publishing binaries on GitHub Releases. Rather than compiling it on CI and caching it, we can just download the binary instead. This ought to fix the build. See also taiki-e/cargo-hack#89 and taiki-e/cargo-hack#91. [1]: https://github.com/tower-rs/tower/runs/1425940763