Skip to content

Commit

Permalink
Updated brew cache keys
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Jan 18, 2019
1 parent 019f02e commit 3dd0ea8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- restore_cache:
keys:
- v5-cargo-cache-darwin-{{ arch }}-{{ checksum "Cargo.lock" }}
- v5-cargo-cache-darwin-{{ arch }}
- v5-cargo-cache-darwin-{{ arch }}-brew
- run:
name: Update Brew
command: brew update || true
Expand All @@ -74,7 +74,7 @@ jobs:
- save_cache:
paths:
- /usr/local/Homebrew
key: v5-cargo-cache-darwin-{{ arch }}
key: v5-cargo-cache-darwin-{{ arch }}-brew
- run:
name: Install Rust
command: |
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
- restore_cache:
keys:
- v5-cargo-cache-darwin-{{ arch }}-{{ checksum "Cargo.lock" }}
- v5-cargo-cache-darwin-{{ arch }}
- v5-cargo-cache-darwin-{{ arch }}-brew
- run:
name: Update Brew
command: brew update || true
Expand All @@ -168,7 +168,7 @@ jobs:
- save_cache:
paths:
- /usr/local/Homebrew
key: v5-cargo-cache-darwin-{{ arch }}
key: v5-cargo-cache-darwin-{{ arch }}-brew
- run:
name: Install Rust
command: |
Expand Down

0 comments on commit 3dd0ea8

Please sign in to comment.