Explorar el Código

ci: install pkg-config on Macos runner

Anonymous Maarten hace 2 años
padre
commit
d3b7308ee7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .github/workflows/main.yml

+ 1 - 0
.github/workflows/main.yml

@@ -63,6 +63,7 @@ jobs:
       run: |
         brew install \
           ninja \
+          pkg-config \
           llvm
     - uses: actions/checkout@v3
     - name: Check that versioning is consistent