mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
bump cache version again
This commit is contained in:
parent
9324fa4a74
commit
c31e27a88a
1 changed files with 2 additions and 2 deletions
|
|
@ -6,11 +6,11 @@ references:
|
|||
restore_caches: &restore_caches
|
||||
restore_cache:
|
||||
keys:
|
||||
- cache2-{{ arch }}-{{ .Branch }}
|
||||
- cache3-{{ arch }}-{{ .Branch }}
|
||||
|
||||
save_caches: &save_caches
|
||||
save_cache:
|
||||
key: cache2-{{ arch }}-{{ .Branch }}
|
||||
key: cache3-{{ arch }}-{{ .Branch }}
|
||||
paths:
|
||||
- "rust/target/"
|
||||
- "~/.cargo/"
|
||||
|
|
|
|||
Loading…
Reference in a new issue