mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
Iterating more on homebrew dependencies
This commit is contained in:
parent
366fcf98d1
commit
aeb2ce070f
@ -75,7 +75,7 @@ jobs:
|
||||
- run:
|
||||
name: Install crate dependencies
|
||||
command: |
|
||||
brew install autoconf automake libtool cmake libffi
|
||||
brew install autoconf glibtool glibtoolize cmake libffi || true
|
||||
- save_cache:
|
||||
paths:
|
||||
- /usr/local/Homebrew
|
||||
@ -177,7 +177,7 @@ jobs:
|
||||
- run:
|
||||
name: Install crate dependencies
|
||||
command: |
|
||||
brew install autoconf automake libtool cmake libffi
|
||||
brew install autoconf glibtool glibtoolize cmake libffi || true
|
||||
- save_cache:
|
||||
paths:
|
||||
- /usr/local/Homebrew
|
||||
|
Loading…
Reference in New Issue
Block a user