Skip to content

Commit

Permalink
Flail again for Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Oct 4, 2023
1 parent 85034d9 commit 342ef68
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,17 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
target: [x64, x86]
include:
- target: x86_64
python-architecture: x64
- target: i686
python-architecture: x86
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.x"
architecture: ${{ matrix.target }}
architecture: ${{ matrix.python-architecture }}
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 342ef68

Please sign in to comment.