mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-12-19 03:37:46 +00:00
[GHA] Add pkgconf to macos.yml
Tested on empty Mac Intel and Apple Silicon. Both failed due to missing pkgconf. It is required and not auto downloaded as prerequisite to other packages. Note the name is now pkgconf on homebrew. It is the newer version of pkg-config and pkgconfig which are now aliases that point to pkgconf on homebrew. Co-authored-by: MarioG-X <20360699+MarioG-X@users.noreply.github.com>
This commit is contained in:
3
.github/workflows/macos.yml
vendored
3
.github/workflows/macos.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
brew update
|
||||
# brew install libtiff openssl@3 pkg-config
|
||||
# brew install libtiff openssl@3
|
||||
brew install \
|
||||
autoconf \
|
||||
automake \
|
||||
@@ -41,6 +41,7 @@ jobs:
|
||||
opus \
|
||||
ossp-uuid \
|
||||
pcre \
|
||||
pkgconf \
|
||||
sofia-sip \
|
||||
speex \
|
||||
speexdsp \
|
||||
|
||||
Reference in New Issue
Block a user