Browse Source

ci: install pkg-config on Macos runner

(cherry picked from commit 86f0c694653eb1f1e91213c7faf3080a96c6375b)
Anonymous Maarten 2 years ago
parent
commit
dc34e96fff
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/main.yml

+ 2 - 1
.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