Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: attempt to add Homebrew headers and shared libraries to search path
On `macos-14` arm64 runners, Homebrew is installed in `/opt/homebrew` instead of `/usr/local` prefix, and its headers and shared libraries are not in the default search path. Add them by setting `CPPFLAGS` and `LDFLAGS`. This is required by `pygraphviz`, which needs to build its extension and link it against Homebrew-installed `graphviz`.
- Loading branch information