Updated brew cache keys

This commit is contained in:
Syrus 2019-01-18 14:28:07 -08:00
parent 019f02e481
commit 3dd0ea8b42

View File

@ -62,7 +62,7 @@ jobs:
- restore_cache: - restore_cache:
keys: keys:
- v5-cargo-cache-darwin-{{ arch }}-{{ checksum "Cargo.lock" }} - v5-cargo-cache-darwin-{{ arch }}-{{ checksum "Cargo.lock" }}
- v5-cargo-cache-darwin-{{ arch }} - v5-cargo-cache-darwin-{{ arch }}-brew
- run: - run:
name: Update Brew name: Update Brew
command: brew update || true command: brew update || true
@ -74,7 +74,7 @@ jobs:
- save_cache: - save_cache:
paths: paths:
- /usr/local/Homebrew - /usr/local/Homebrew
key: v5-cargo-cache-darwin-{{ arch }} key: v5-cargo-cache-darwin-{{ arch }}-brew
- run: - run:
name: Install Rust name: Install Rust
command: | command: |
@ -156,7 +156,7 @@ jobs:
- restore_cache: - restore_cache:
keys: keys:
- v5-cargo-cache-darwin-{{ arch }}-{{ checksum "Cargo.lock" }} - v5-cargo-cache-darwin-{{ arch }}-{{ checksum "Cargo.lock" }}
- v5-cargo-cache-darwin-{{ arch }} - v5-cargo-cache-darwin-{{ arch }}-brew
- run: - run:
name: Update Brew name: Update Brew
command: brew update || true command: brew update || true
@ -168,7 +168,7 @@ jobs:
- save_cache: - save_cache:
paths: paths:
- /usr/local/Homebrew - /usr/local/Homebrew
key: v5-cargo-cache-darwin-{{ arch }} key: v5-cargo-cache-darwin-{{ arch }}-brew
- run: - run:
name: Install Rust name: Install Rust
command: | command: |