mirror of https://github.com/MagicStack/uvloop.git
Workaround Github Action issue
Refs actions/runner#781, add LD_LIBRARY_PATH manually here for now before an upstream fix is added.
This commit is contained in:
parent
6596685af6
commit
20905374fc
|
@ -10,6 +10,9 @@ if [ "${PY_MAJOR}" -lt "4" -a "${PY_MINOR}" -lt "8" ]; then
|
|||
ML_PYTHON_VERSION+="m"
|
||||
fi
|
||||
|
||||
# Temporary workaround for https://github.com/actions/runner/issues/781
|
||||
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/lib
|
||||
|
||||
# Compile wheels
|
||||
PYTHON="/opt/python/${ML_PYTHON_VERSION}/bin/python"
|
||||
PIP="/opt/python/${ML_PYTHON_VERSION}/bin/pip"
|
||||
|
|
Loading…
Reference in New Issue