]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[GHA] Add pkgconf to macos.yml
authors3rj1k <11349489+s3rj1k@users.noreply.github.com>
Mon, 16 Jun 2025 19:39:57 +0000 (21:39 +0200)
committerGitHub <noreply@github.com>
Mon, 16 Jun 2025 19:39:57 +0000 (22:39 +0300)
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>
.github/workflows/macos.yml

index e4bcb539e11669b9bb56d7fbe42624a9b4a820a6..a9c13d5392045900a048f7b8dc17cace9935bcfd 100644 (file)
@@ -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 \