Skip to content
This repository has been archived by the owner on Mar 20, 2020. It is now read-only.

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
jordy25519 committed Aug 29, 2019
1 parent f210c17 commit ba67bf7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ commands:
save-cargo-cache:
steps:
- save_cache:
name: Save cargo cache
paths:
- /home/circleci/.cargo
key: v1-cargo-global-cache-{{ arch }}-{{ checksum ".circleci/RUST_VERSION" }}
name: Save cargo cache
paths:
- /home/circleci/.cargo
key: v1-cargo-global-cache-{{ arch }}-{{ checksum ".circleci/RUST_VERSION" }}
restore-cargo-cache:
steps:
- restore_cache:
name: Restore cargo cache
key: v1-cargo-global-cache-{{ arch }}-{{ checksum ".circleci/RUST_VERSION" }}
name: Restore cargo cache
key: v1-cargo-global-cache-{{ arch }}-{{ checksum ".circleci/RUST_VERSION" }}
jobs:
build:
machine:
Expand Down

0 comments on commit ba67bf7

Please sign in to comment.