Commit f40bbc51 authored by laser's avatar laser
Browse files

ci(fix): cache key must include arch to prevent permissions errors with darwin

parent 692725ff
...@@ -116,11 +116,11 @@ commands: ...@@ -116,11 +116,11 @@ commands:
steps: steps:
- restore_cache: - restore_cache:
keys: keys:
- v14b-proof-params - v14-proof-params-{{ arch }}
save_parameter_cache: save_parameter_cache:
steps: steps:
- save_cache: - save_cache:
key: v14b-proof-params key: v14-proof-params-{{ arch }}
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