From f1480f471b4b114590d8f30890092e3a14512d1b Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Mon, 16 Feb 2026 21:34:49 +0100 Subject: [PATCH] ci: Explicitly enable cargo-dist caching for binary artifacts building --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) 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"