Note that Swatinem/rust-cache just works with this action

This commit is contained in:
Dave Rolsky 2023-07-22 11:26:35 -05:00
parent b1e766fe8f
commit 5d15c12d99
No known key found for this signature in database

View File

@ -83,3 +83,10 @@ corner cases, like compiling the `openssl` crate with the `vendored` feature.
Finally, it will run `strip` to strip the binary if the `strip` parameter is true. This is only
possible for builds that are not done via `cross`. In addition, Windows builds for `aarch64` cannot
be stripped either.
## Caching Rust Compilation Output
You can use the [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache)
action with this one seemlessly, whether or not a specific build target needs
`cross. There is no special configuration that you need for this. It just
works.