build(deps): add pkg-config for macOS build (#952)

This commit is contained in:
ReenigneArcher 2023-02-18 16:14:52 -05:00 committed by GitHub
parent 032680ca9d
commit e5d5256aed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -477,7 +477,7 @@ jobs:
- name: Setup Dependencies MacOS
run: |
# install dependencies using homebrew
brew install boost cmake curl node opus
brew install boost cmake curl node opus pkg-config
# fix openssl header not found
ln -sf /usr/local/opt/openssl/include/openssl /usr/local/include/openssl