Skip to content

Commit 3c0d944

Browse files
committed
Add logging to macos wheel run
1 parent 3e9018f commit 3c0d944

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/macosx.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,14 @@ jobs:
5252
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5353
run: |
5454
export PKG_CONFIG_PATH="$(brew --prefix)/opt/libxml2/lib/pkgconfig"
55-
# export PYXMLSEC_LIBXML2_VERSION="$(pkg-config --modversion libxml-2.0)"
55+
export PYXMLSEC_LIBXML2_VERSION="$(pkg-config --modversion libxml-2.0)"
56+
echo "PKG_CONFIG_PATH=${PKG_CONFIG_PATH}"
57+
echo "libxml2 version from pkg-config: $(pkg-config --modversion libxml-2.0)"
58+
echo "Working directory: $(pwd)"
59+
echo "Repository root listing:"
60+
ls -la
61+
echo "libs directory listing:"
62+
ls -la libs || true
5663
python -m build
5764
rm -rf build/
5865

0 commit comments

Comments
 (0)