diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 01ef0535..e7344c88 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -199,6 +199,7 @@ jobs: cd bootloader if [ "${PLATFORM}" == "x86" ]; then TARGETARCH="--target-arch=32bit" + fi $python ./waf all $TARGETARCH cd .. $pip install .