Skip to content

Commit

Permalink
trying to compile on windows x86
Browse files Browse the repository at this point in the history
  • Loading branch information
BDonnot committed Apr 9, 2024
1 parent c16ff57 commit e246574
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:

windows_build:
# build wheels for windows
name: Build windows ${{ matrix.python.name }} wheel
name: Build windows ${{ matrix.python.name }} wheel for ${{ matrix.win_arch.msvc}}
runs-on: windows-2019
strategy:
matrix:
Expand Down Expand Up @@ -192,8 +192,7 @@ jobs:
with:
python-version: ${{ matrix.python.version }}

- name: Setup MSVC (64-bit)
if: matrix.cibw_arch == 'AMD64'
- name: Setup MSVC ${{ matrix.win_arch.msvc}}
uses: bus1/cabuild/action/msdevshell@e22aba57d6e74891d059d66501b6b5aed8123c4d # v1
with:
architecture: ${{ matrix.win_arch.msvc}}
Expand Down

0 comments on commit e246574

Please sign in to comment.