build(deps): add pkg-config for macOS build (#952)
This commit is contained in:
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@@ -477,7 +477,7 @@ jobs:
|
|||||||
- name: Setup Dependencies MacOS
|
- name: Setup Dependencies MacOS
|
||||||
run: |
|
run: |
|
||||||
# install dependencies using homebrew
|
# 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
|
# fix openssl header not found
|
||||||
ln -sf /usr/local/opt/openssl/include/openssl /usr/local/include/openssl
|
ln -sf /usr/local/opt/openssl/include/openssl /usr/local/include/openssl
|
||||||
|
|||||||
Reference in New Issue
Block a user