Install lzlib on macOS GitHub build

Summary: Our macOS builds were failing on GitHub due to lzlib missing.

Reviewed By: mmarescotti

Differential Revision: D30130932

fbshipit-source-id: 169fbb8f3
master
Akos Hajdu 3 years ago committed by Facebook GitHub Bot
parent 8efc8b637c
commit e41babb7fd

@ -70,7 +70,7 @@ jobs:
if: runner.os == 'Linux'
- name: Install Required Brew Packages for MacOS
run: brew install automake jq ninja pkg-config
run: brew install automake jq ninja pkg-config lzlib
if: runner.os == 'macOS'
- name: Compute hash of clang installation

Loading…
Cancel
Save