Skip to content

Commit

Permalink
fix: Use 64-bit
Browse files Browse the repository at this point in the history
  • Loading branch information
sindre-nistad committed Jan 14, 2025
1 parent 8c0b0d4 commit 1c83da4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ jobs:
# with:
# limit-access-to-actor: true

- name: Configure build for x86
uses: ilammy/msvc-dev-cmd@v1
- name: Configure build for 64-bit Windows
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
with:
arch: amd64_x86
arch: amd64

# https://cibuildwheel.pypa.io/en/stable/setup/#github-actions
- name: Build wheels
Expand All @@ -155,8 +155,6 @@ jobs:
# using vcvarsall.bat will not work as expected, because it sets some environment variables
# that cannot be picked up by the parent process
# Another option, is to "manually" install cibuildwheel (at least for Windows)
CIBW_BEFORE_BUILD_WINDOWS: |
bin\configure-visual-studio-on-github-actions.bat
CIBW_ENVIRONMENT_WINDOWS: >
MKL_DIR="C:\\Program Files (x86)\\Intel\\oneAPI\\mkl\\2025.0\\lib\\cmake\\mkl"
CIBW_ARCHS_WINDOWS: AMD64
Expand Down

0 comments on commit 1c83da4

Please sign in to comment.