Skip to content

Commit 4d15944

Browse files
committed
Specify libs directory
1 parent 5b1dd8d commit 4d15944

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/manylinux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
set -eu
6565
# Make local build helpers importable for isolated PEP 517 backend subprocesses.
6666
export PYTHONPATH="$PWD${PYTHONPATH:+:${PYTHONPATH}}"
67+
# Ensure dependency archives are read from the restored workspace cache even in isolated builds.
68+
export PYXMLSEC_LIBS_DIR="$PWD/libs"
6769
6870
# Step: Install system build dependencies (manylinux only)
6971
echo "== [container] Step: Install system build dependencies (manylinux only) =="

0 commit comments

Comments
 (0)