Make Windows build 32-bit

This commit is contained in:
Etoh 2021-08-06 19:23:56 +01:00 committed by GitHub
parent 49d6b824d8
commit f7faa59246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ jobs:
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: '3.8' python-version: '3.8'
architecture: x86
- name: Check Python install - name: Check Python install
run: | run: |