diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b09ae9447..e7b737c5b 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