'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

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