Commit 0e7e6e1a authored by laser's avatar laser
Browse files

fix(cache): circleci cache was corrupted; rebuilding

parent e48d1fbf
...@@ -116,11 +116,11 @@ commands: ...@@ -116,11 +116,11 @@ commands:
steps: steps:
- restore_cache: - restore_cache:
keys: keys:
- v14-proof-params - v14b-proof-params
save_parameter_cache: save_parameter_cache:
steps: steps:
- save_cache: - save_cache:
key: v14-proof-params key: v14b-proof-params
paths: paths:
- "~/filecoin-proof-parameters/" - "~/filecoin-proof-parameters/"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment