add caches
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user