Skip to content

Commit

Permalink
ci: Fix Silkworm cache restore
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Mar 21, 2022
1 parent 685f2b7 commit de8c83c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ commands:
commit:
type: string
steps:
- run:
# Fix fixes the cache restore step in case the silkworm dir does not exist
name: "Make Silkworm dir"
command: mkdir -p ~/silkworm
- restore_cache:
name: "Restore Silkworm cache (<<parameters.branch>>-<<parameters.commit>>)"
key: &silkworm-cache-key silkworm-<<parameters.branch>>-<<parameters.commit>>
Expand Down

0 comments on commit de8c83c

Please sign in to comment.