From cc30e307e954d433a2c7e6333dee842ae0dd67b8 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 11 Jan 2022 08:47:21 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe7436d0..c59aec1e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -94,7 +94,7 @@ jobs: path: | ~/python ~/ssl - key: ${{ matrix.os }}-${{ matrix.jid }}-20220111-01 + key: ${{ matrix.os }}-${{ matrix.jid }}-20220111-02 - name: Set env variables env: @@ -211,9 +211,11 @@ jobs: cd bootloader export DefaultWindowsSDKVersion="10.0.20348.0" if [ "${PLATFORM}" == "x86" ]; then - TARGETARCH="--target-arch=32bit" + TARGETARCH="32bit" + else + TARGETARCH="64bit" fi - $python ./waf all $TARGETARCH + $python ./waf all --target-arch=$TARGETARCH cat build/config.log cd .. $pip install . $pipoptions