Install pkg-config on macos runners

This commit is contained in:
mio 2023-02-20 20:27:31 +01:00
parent 133504b504
commit 5e5075b4b9
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873

View File

@ -305,7 +305,7 @@ jobs:
if: contains(matrix.config.name, 'macos-x64')
shell: bash
run: |
brew install p7zip cmake ninja
brew install p7zip cmake ninja pkg-config
ninja --version
cmake --version
mkdir build
@ -325,7 +325,7 @@ jobs:
if: contains(matrix.config.name, 'android')
shell: bash
run: |
brew install p7zip cmake ninja
brew install p7zip cmake ninja pkg-config
mkdir build
mkdir instdir
cmake . -DCMAKE_TOOLCHAIN_FILE="$ANDROID_NDK/build/cmake/android.toolchain.cmake" \