summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOneric <oneric@oneric.stub>2023-02-17 00:31:22 +0100
committerOneric <oneric@oneric.stub>2023-02-17 00:37:59 +0100
commitf9504ff7fb58d202f6ce566d13d9e9b5568528b0 (patch)
treed8bd67a6b8a6584858245b00ecf0fd86772f970c
parent8811e77f96fe839bf249cd5e8cba93df667693d2 (diff)
downloadlibass-f9504ff7fb58d202f6ce566d13d9e9b5568528b0.tar.bz2
libass-f9504ff7fb58d202f6ce566d13d9e9b5568528b0.tar.xz
ci/gha: explicitly install pkg-config on macos
It and its autoconf macros used to be preinstalled by default, but this is no longer the case, leading to a nonobvious error during autoreconf in the latests macos CI runs.
-rw-r--r--.github/workflows/ghci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ghci.yml b/.github/workflows/ghci.yml
index 5bcfcc1..ea7a75f 100644
--- a/.github/workflows/ghci.yml
+++ b/.github/workflows/ghci.yml
@@ -115,7 +115,7 @@ jobs:
case "${{ matrix.docker_image || matrix.os }}" in
macos-*)
#brew update
- brew install autoconf automake libtool nasm \
+ brew install autoconf automake libtool nasm pkg-config \
harfbuzz freetype fribidi fontconfig
;;
windows-*)