From d50572f0214fbdfa00ec32a60c3301112bd92cca Mon Sep 17 00:00:00 2001 From: Mitchell Marino Date: Wed, 11 Jan 2023 21:24:36 -0600 Subject: [PATCH] maybe fix caches again? --- ci/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/test.yml b/ci/test.yml index 364f097..d87969c 100644 --- a/ci/test.yml +++ b/ci/test.yml @@ -5,8 +5,8 @@ image_resource: source: {repository: rust} caches: -- path: "./.cargo/" -- path: "./target/" +- path: "~/.cargo/" +- path: "~/target/" inputs: - name: repo