ci: install pkg-config on Macos runner

(cherry picked from commit 86f0c694653eb1f1e91213c7faf3080a96c6375b)
This commit is contained in:
Anonymous Maarten 2023-02-16 20:56:51 +01:00 committed by Ozkan Sezer
parent 6edc0100e1
commit dc34e96fff
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@ jobs:
if: runner.os == 'macOS'
run: |
brew install \
ninja
ninja \
pkg-config
- uses: actions/checkout@v3
- name: Check that versioning is consistent
# We only need to run this once: arbitrarily use the Linux/CMake build