We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9db9497 commit f1480f4Copy full SHA for f1480f4
1 file changed
Cargo.toml
@@ -188,6 +188,8 @@ pr-run-mode = "skip"
188
install-path = "CARGO_HOME"
189
# Whether to install an updater program
190
install-updater = true
191
+# Cache intermediate build artifacts to speed up the release pipelines
192
+cache-builds = true
193
194
[workspace.metadata.dist.github-custom-runners]
195
aarch64-unknown-linux-gnu = "ubuntu-24.04-arm"
0 commit comments