diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 04bcff2..f9a075d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -105,9 +105,9 @@ jobs: - PLATFORM: 'windows-64' PYTHON_ARCH: 'x64' VS_ARCH: 'amd64' - #- PLATFORM: 'windows-32' - # PYTHON_ARCH: 'x86' - # VS_ARCH: 'x86' + - PLATFORM: 'windows-32' + PYTHON_ARCH: 'x86' + VS_ARCH: 'x86' steps: - name: 'Checkout' uses: actions/checkout@f1d3225b5376a0791fdee5a0e8eac5289355e43a # pin@v2 @@ -236,7 +236,7 @@ jobs: include: - PLATFORM: x11-64 - PLATFORM: windows-64 - #- PLATFORM: windows-32 + - PLATFORM: windows-32 - PLATFORM: osx-64 steps: - uses: actions/download-artifact@0ede0875b5db9a2824878bbbbe3d758a75eb8268 # pin@v2