mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-14 14:45:40 +00:00
Updated brew cache keys
This commit is contained in:
parent
019f02e481
commit
3dd0ea8b42
@ -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: |
|
||||||
|
Loading…
Reference in New Issue
Block a user