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

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