Skip to content

Commit d8d6c62

Browse files
Update .github/workflows/macosx.yml
Co-authored-by: Stu Tomlinson <stu@nosnilmot.com>
1 parent 5794266 commit d8d6c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macosx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
CC: clang
2222
CFLAGS: "-fprofile-instr-generate -fcoverage-mapping"
2323
LDFLAGS: "-fprofile-instr-generate -fcoverage-mapping"
24-
PKG_CONFIG_PATH: "/usr/local/opt/libxml2/lib/pkgconfig"
24+
PKG_CONFIG_PATH: "$(brew --prefix)/opt/libxml2/lib/pkgconfig"
2525
run: |
2626
python -m build
2727
rm -rf build/

0 commit comments

Comments
 (0)