From 5d15c12d99672d140971778c0289b908ec00973b Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Sat, 22 Jul 2023 11:26:35 -0500 Subject: [PATCH] Note that Swatinem/rust-cache just works with this action --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index fecceae..c320489 100644 --- a/README.md +++ b/README.md @@ -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.