update cache dirs
This commit is contained in:
parent
8e704ee41d
commit
c72dbc81eb
@ -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:
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user