Bladeren bron

ci: install pkg-config on Macos runner

(cherry picked from commit 86f0c694653eb1f1e91213c7faf3080a96c6375b)
Anonymous Maarten 2 jaren geleden
bovenliggende
commit
817141c162
1 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  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