Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI mac: disable pkg-config and use pkgconf
pkgconf is more modern version and the CI on macos-14 now fails because both pkg-config and pkgconf (presumably as a dependency) are to be installed. The erroa (the beginning, additional info omittedr): ``` ==> Pouring pkgconf--2.3.0_1.arm64_sonoma.bottle.tar.gz Error: The `brew link` step did not complete successfully The formula built, but is not symlinked into /opt/homebrew Could not symlink bin/pkg-config Target /opt/homebrew/bin/pkg-config is a symlink belonging to [email protected]. You can unlink it: brew unlink [email protected] ``` Both pkgconf and pkg-config can be installed automatically as a dependency of some other packages so ensure a defined state (both installed, pkg-config disabled).
- Loading branch information