From f7faa592466d283bc570b9a7eff14f9b7476c3d2 Mon Sep 17 00:00:00 2001 From: Etoh Date: Fri, 6 Aug 2021 19:23:56 +0100 Subject: [PATCH] Make Windows build 32-bit --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 65ca9dc..ec2d98d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,6 +13,7 @@ jobs: uses: actions/setup-python@v2 with: python-version: '3.8' + architecture: x86 - name: Check Python install run: |