Skip to content

Commit

Permalink
github action: build also for Windows 32-bits
Browse files Browse the repository at this point in the history
Thanks to Toporin for the idea
Closes: #158
  • Loading branch information
LudovicRousseau committed Jun 26, 2023
1 parent 11190e5 commit 0c01f60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
windows-arch: ['x86', 'x64']

steps:
- uses: actions/checkout@v3
Expand All @@ -18,6 +19,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.windows-arch }}

- name: Install build tools
run: |
Expand Down

0 comments on commit 0c01f60

Please sign in to comment.