From c72dbc81eba06a958cc0049440ba175c71c3ef87 Mon Sep 17 00:00:00 2001 From: Mitchell Marino Date: Wed, 11 Jan 2023 23:33:03 -0600 Subject: [PATCH] update cache dirs --- ci/audit.yml | 4 ++-- ci/build-linux.yml | 4 ++-- ci/test.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ci/audit.yml b/ci/audit.yml index 6c4b520..4de4d5f 100644 --- a/ci/audit.yml +++ b/ci/audit.yml @@ -9,8 +9,8 @@ params: CARGO_HOME: "./.cargo-config" caches: - - path: "./target" - - path: "./.cargo-config" + - path: "./repo/target" + - path: "./repo/.cargo-config" inputs: diff --git a/ci/build-linux.yml b/ci/build-linux.yml index 2b5410a..000bf0e 100644 --- a/ci/build-linux.yml +++ b/ci/build-linux.yml @@ -9,8 +9,8 @@ params: CARGO_HOME: "./.cargo-config" caches: - - path: "./target" - - path: "./.cargo-config" + - path: "./repo/target" + - path: "./repo/.cargo-config" inputs: - name: repo diff --git a/ci/test.yml b/ci/test.yml index 3facc39..f1c00b0 100644 --- a/ci/test.yml +++ b/ci/test.yml @@ -9,8 +9,8 @@ params: CARGO_HOME: "./.cargo-config" caches: - - path: "./target" - - path: "./.cargo-config" + - path: "./repo/target" + - path: "./repo/.cargo-config" inputs: - name: repo