Skip to content

Commit

Permalink
feat: bump ci param-cache version
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPeterVanNostrand committed Oct 29, 2021
1 parent 012f820 commit 9b21f76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,15 +352,15 @@ commands:
steps:
- save_cache:
name: "Save parameter cache"
key: proof-params-v28-j-{{ checksum "filecoin-proofs/parameters.json" }}
key: proof-params-v28-k-{{ checksum "filecoin-proofs/parameters.json" }}
paths:
- "/tmp/paramcache.awesome"
- "/tmp/filecoin-proof-parameters/"
restore_parameter_cache:
steps:
- restore_cache:
name: "Restore parameter cache"
key: proof-params-v28-j-{{ checksum "filecoin-proofs/parameters.json" }}
key: proof-params-v28-k-{{ checksum "filecoin-proofs/parameters.json" }}

workflows:
version: 2.1
Expand Down

0 comments on commit 9b21f76

Please sign in to comment.