Skip to content

Commit

Permalink
cache
Browse files Browse the repository at this point in the history
  • Loading branch information
GregTheGreek committed May 24, 2020
1 parent 1e8c7e9 commit 7af8d92
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,14 @@ commands:
- ../../../usr/local/cargo/git
- ../../../usr/local/cargo/registry
- ../../../usr/local/cargo/.package-cache
- ../../../usr/local/include
# - ../../../usr/local/include
restore_cargo_package_cache:
description: Restore Cargo package cache from prev job
steps:
- run:
name: Print dir
command: |
ls -all /usr/local/include
- restore_cache:
key: cargo-package-cache-{{ .Environment.CIRCLE_SHA1 }}
- run:
Expand Down

0 comments on commit 7af8d92

Please sign in to comment.