Unverified Commit 9874093c authored by Erin Swenson-Healey's avatar Erin Swenson-Healey Committed by GitHub
Browse files

Merge pull request #35 from filecoin-project/bugs/corrupted-cache

ci(fix): cache key must include arch to prevent permissions errors with darwin
parents 692725ff f40bbc51
......@@ -116,11 +116,11 @@ commands:
steps:
- restore_cache:
keys:
- v14b-proof-params
- v14-proof-params-{{ arch }}
save_parameter_cache:
steps:
- save_cache:
key: v14b-proof-params
key: v14-proof-params-{{ arch }}
paths:
- "~/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