From 4de7794e0499474ef50940073b24abf29c09e666 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 22 Dec 2021 20:18:46 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e604c3cc..d244e817 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -197,7 +197,7 @@ jobs: if [ "${PLATFORM}" == "x86" ]; then TARGETARCH="--target-arch=32bit" fi - $python ./waf all $TARGETARCH + #$python ./waf all $TARGETARCH cd .. $pip install .