From 452d2dc9e17bcd9855597977abf5bb64f8041d15 Mon Sep 17 00:00:00 2001 From: Mitchell Marino Date: Wed, 11 Jan 2023 21:23:23 -0600 Subject: [PATCH] fix some pipeline caches? --- ci/lint.yml | 1 + ci/test.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/ci/lint.yml b/ci/lint.yml index ba7b284..acd53c8 100644 --- a/ci/lint.yml +++ b/ci/lint.yml @@ -7,6 +7,7 @@ image_resource: # This should cache clippy caches: - path: "./.rustup/" +- path: "./.cargo/" - path: "./target/" inputs: diff --git a/ci/test.yml b/ci/test.yml index 8e80a74..364f097 100644 --- a/ci/test.yml +++ b/ci/test.yml @@ -5,6 +5,7 @@ image_resource: source: {repository: rust} caches: +- path: "./.cargo/" - path: "./target/" inputs: