fix some pipeline caches?
This commit is contained in:
parent
11e2d65895
commit
452d2dc9e1
@ -7,6 +7,7 @@ image_resource:
|
||||
# This should cache clippy
|
||||
caches:
|
||||
- path: "./.rustup/"
|
||||
- path: "./.cargo/"
|
||||
- path: "./target/"
|
||||
|
||||
inputs:
|
||||
|
||||
@ -5,6 +5,7 @@ image_resource:
|
||||
source: {repository: rust}
|
||||
|
||||
caches:
|
||||
- path: "./.cargo/"
|
||||
- path: "./target/"
|
||||
|
||||
inputs:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user