Browse Source

ci: don't do 'brew install pkg-config' anymore

Assume it is installed by default
Anonymous Maarten 4 months ago
parent
commit
dface78331
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .github/workflows/main.yml

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

@@ -67,8 +67,7 @@ jobs:
       run: |
         brew install \
           autoconf \
-          ninja \
-          pkg-config
+          ninja
 
     - name: Setup Intel oneAPI
       if: matrix.platform.intel