'pkg-config' is already installed with proper version

This commit is contained in:
Emmanuel Engelhart 2024-12-20 09:08:35 +01:00
parent 8fdaa5f4db
commit 50f04d7060
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3

View File

@ -38,7 +38,7 @@ jobs:
- name: Install packages
run: |
brew update
brew install pkg-config ninja meson
brew install ninja meson
env:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1