diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e4bcb539e11..a9c13d53920 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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 \