Skip to content

Commit 22ed2c2

Browse files
committed
Explicitly define the libs path
1 parent e069ebe commit 22ed2c2

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
@@ -60,6 +60,7 @@ jobs:
6060
echo "Working directory: $(pwd)"
6161
echo "libs directory listing:"
6262
ls -la libs || true
63+
export PYXMLSEC_LIBS_DIR="$PWD/libs"
6364
python -m build
6465
rm -rf build/
6566

0 commit comments

Comments
 (0)