Skip to content

Commit c6d3c86

Browse files
committed
Workaround Github Action issue
Refs actions/runner#781, add LD_LIBRARY_PATH manually here for now before an upstream fix is added.
1 parent f0b4fd4 commit c6d3c86

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-manylinux-wheels.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ if [ "${PY_MAJOR}" -lt "4" -a "${PY_MINOR}" -lt "8" ]; then
1010
ML_PYTHON_VERSION+="m"
1111
fi
1212

13+
# Temporary workaround for https://github.com/actions/runner/issues/781
14+
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/lib
15+
1316
# Compile wheels
1417
PYTHON="/opt/python/${ML_PYTHON_VERSION}/bin/python"
1518
PIP="/opt/python/${ML_PYTHON_VERSION}/bin/pip"

0 commit comments

Comments
 (0)