diff --git a/Cargo.toml b/Cargo.toml index 51cfc34a..6c0b89d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -188,6 +188,8 @@ pr-run-mode = "skip" install-path = "CARGO_HOME" # Whether to install an updater program install-updater = true +# Cache intermediate build artifacts to speed up the release pipelines +cache-builds = true [workspace.metadata.dist.github-custom-runners] aarch64-unknown-linux-gnu = "ubuntu-24.04-arm"