Skip to content

Commit bd0d0db

Browse files
s3rj1kMarioG-X
andauthored
[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 <[email protected]>
1 parent 92ca429 commit bd0d0db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
brew update
28-
# brew install libtiff openssl@3 pkg-config
28+
# brew install libtiff openssl@3
2929
brew install \
3030
autoconf \
3131
automake \
@@ -41,6 +41,7 @@ jobs:
4141
opus \
4242
ossp-uuid \
4343
pcre \
44+
pkgconf \
4445
sofia-sip \
4546
speex \
4647
speexdsp \

0 commit comments

Comments
 (0)