Skip to content

Commit 021d3ba

Browse files
committed
ci(cache): cache key bump
1 parent 09e1d51 commit 021d3ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,10 @@ commands:
195195
steps:
196196
- restore_cache:
197197
keys:
198-
- v17-proof-params-{{ arch }}
198+
- v17b-proof-params-{{ arch }}
199199
save_parameter_cache:
200200
steps:
201201
- save_cache:
202-
key: v17-proof-params-{{ arch }}
202+
key: v17b-proof-params-{{ arch }}
203203
paths:
204204
- "~/filecoin-proof-parameters/"

0 commit comments

Comments
 (0)