Update build.yml

This commit is contained in:
Jay Lee
2022-03-01 10:45:50 -05:00
committed by GitHub
parent 3bf2c5c8b6
commit eb5d876487

View File

@@ -156,7 +156,7 @@ jobs:
echo "PYTHON=${PYTHON_INSTALL_PATH}/bin/python3" >> $GITHUB_ENV
export date=gdate
export realpath=grealpath
echo 'PIP_ARGS="--no-binary :all:"' >> $GITHUB_ENV
echo 'PIP_ARGS=--no-binary=:all:' >> $GITHUB_ENV
elif [[ "${RUNNER_OS}" == "Linux" ]]; then
MAKE=make
MAKEOPT="-j$(nproc)"