mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
Try to skip brew updates
This commit is contained in:
parent
65d136e91a
commit
24bf1417c6
@ -63,9 +63,9 @@ jobs:
|
||||
keys:
|
||||
- v5-cargo-cache-darwin-{{ arch }}-{{ checksum "Cargo.lock" }}
|
||||
- v5-cargo-cache-darwin-{{ arch }}-brew
|
||||
- run:
|
||||
name: Update Brew
|
||||
command: brew update || true
|
||||
# - run:
|
||||
# name: Update Brew
|
||||
# command: brew update || true
|
||||
- run:
|
||||
name: Install crate dependencies
|
||||
command: |
|
||||
@ -158,9 +158,9 @@ jobs:
|
||||
keys:
|
||||
- v5-cargo-cache-darwin-{{ arch }}-{{ checksum "Cargo.lock" }}
|
||||
- v5-cargo-cache-darwin-{{ arch }}-brew
|
||||
- run:
|
||||
name: Update Brew
|
||||
command: brew update || true
|
||||
# - run:
|
||||
# name: Update Brew
|
||||
# command: brew update || true
|
||||
- run:
|
||||
name: Install crate dependencies
|
||||
command: |
|
||||
|
Loading…
Reference in New Issue
Block a user