소스 검색

ci: install pkg-config on Macos runner

(cherry picked from commit 86f0c694653eb1f1e91213c7faf3080a96c6375b)
Anonymous Maarten 2 년 전
부모
커밋
dc34e96fff
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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