Commit 817141c162377e590f2d2e16b3b82dbdd7f71743

Anonymous Maarten 2023-02-16T20:56:51

ci: install pkg-config on Macos runner (cherry picked from commit 86f0c694653eb1f1e91213c7faf3080a96c6375b)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index b09ae94..e7b737c 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -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