Re-enable windows 32 bit builds.

This commit is contained in:
Relintai 2023-06-25 12:25:38 +02:00
parent 356637f3d9
commit 6b98d2b5c9
1 changed files with 4 additions and 4 deletions

View File

@ -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