Trying to fix CircleCI mac setup

This commit is contained in:
Syrus 2019-01-10 12:00:41 -08:00
parent e11b8c5599
commit bc88621b44

View File

@ -42,6 +42,7 @@ jobs:
- run:
name: Install libffi dependencies
command: |
brew upgrade
brew install autoconf automake libtool
- run:
name: Install Rust
@ -123,6 +124,7 @@ jobs:
- run:
name: Install libffi dependencies
command: |
brew upgrade
brew install autoconf automake libtool
- run:
name: Install Rust