update cache dirs

This commit is contained in:
Mitchell Marino 2023-01-11 23:33:03 -06:00
parent 8e704ee41d
commit c72dbc81eb
3 changed files with 6 additions and 6 deletions

View File

@ -9,8 +9,8 @@ params:
CARGO_HOME: "./.cargo-config" CARGO_HOME: "./.cargo-config"
caches: caches:
- path: "./target" - path: "./repo/target"
- path: "./.cargo-config" - path: "./repo/.cargo-config"
inputs: inputs:

View File

@ -9,8 +9,8 @@ params:
CARGO_HOME: "./.cargo-config" CARGO_HOME: "./.cargo-config"
caches: caches:
- path: "./target" - path: "./repo/target"
- path: "./.cargo-config" - path: "./repo/.cargo-config"
inputs: inputs:
- name: repo - name: repo

View File

@ -9,8 +9,8 @@ params:
CARGO_HOME: "./.cargo-config" CARGO_HOME: "./.cargo-config"
caches: caches:
- path: "./target" - path: "./repo/target"
- path: "./.cargo-config" - path: "./repo/.cargo-config"
inputs: inputs:
- name: repo - name: repo