fix some pipeline caches?

This commit is contained in:
Mitchell Marino 2023-01-11 21:23:23 -06:00
parent 11e2d65895
commit 452d2dc9e1
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ image_resource:
# This should cache clippy # This should cache clippy
caches: caches:
- path: "./.rustup/" - path: "./.rustup/"
- path: "./.cargo/"
- path: "./target/" - path: "./target/"
inputs: inputs:

View File

@ -5,6 +5,7 @@ image_resource:
source: {repository: rust} source: {repository: rust}
caches: caches:
- path: "./.cargo/"
- path: "./target/" - path: "./target/"
inputs: inputs: