mirror of
https://github.com/Relintai/gdnative_python.git
synced 2024-11-12 10:25:08 +01:00
Re-enable windows 32 bit builds.
This commit is contained in:
parent
356637f3d9
commit
6b98d2b5c9
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user