Note that Swatinem/rust-cache just works with this action
This commit is contained in:
parent
b1e766fe8f
commit
5d15c12d99
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user