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