add caches
This commit is contained in:
parent
bd28d00d12
commit
9ed85181ee
@ -4,6 +4,9 @@ image_resource:
|
||||
type: registry-image
|
||||
source: {repository: rust}
|
||||
|
||||
caches:
|
||||
- path: "./target/"
|
||||
|
||||
inputs:
|
||||
- name: repo
|
||||
|
||||
|
||||
@ -7,6 +7,7 @@ image_resource:
|
||||
# This should cache clippy
|
||||
caches:
|
||||
- path: "./.rustup/"
|
||||
- path: "./target/"
|
||||
|
||||
inputs:
|
||||
- name: repo
|
||||
|
||||
@ -4,6 +4,9 @@ image_resource:
|
||||
type: registry-image
|
||||
source: {repository: rust}
|
||||
|
||||
caches:
|
||||
- path: "./target/"
|
||||
|
||||
inputs:
|
||||
- name: repo
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user