Update build.yml

This commit is contained in:
Jay Lee
2021-12-22 19:01:16 -05:00
committed by GitHub
parent faa645cb97
commit c0c2cca44e

View File

@@ -199,6 +199,7 @@ jobs:
cd bootloader
if [ "${PLATFORM}" == "x86" ]; then
TARGETARCH="--target-arch=32bit"
fi
$python ./waf all $TARGETARCH
cd ..
$pip install .