Update build.yml

This commit is contained in:
Jay Lee
2022-03-01 21:44:43 -05:00
committed by GitHub
parent 5f79f46e30
commit 3c9ec2578e

View File

@@ -163,8 +163,8 @@ jobs:
PERL=perl
echo "MACOSX_DEPLOYMENT_TARGET=10.15" >> $GITHUB_ENV
echo "PYTHON=${PYTHON_INSTALL_PATH}/bin/python3" >> $GITHUB_ENV
export date=gdate
export realpath=grealpath
export date='python3 -c "import time; print(time.time_ns())'
export realpath="python3 -c 'import os, sys; print(os.path.realpath(sys.argv[1]))'"
echo 'PIP_ARGS=--no-binary=:all:' >> $GITHUB_ENV
elif [[ "${RUNNER_OS}" == "Linux" ]]; then
MAKE=make