Skip to content

Commit 749da11

Browse files
committed
Fix macosx workflow
1 parent c3f3df2 commit 749da11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/macosx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
run: |
2828
export PKG_CONFIG_PATH="$(brew --prefix)/opt/libxml2/lib/pkgconfig"
29+
export PYXMLSEC_LIBXML2_VERSION="$(pkg-config --modversion libxml-2.0)"
2930
python -m build
3031
rm -rf build/
3132
- name: Set environment variables

0 commit comments

Comments
 (0)