Skip to content

Commit

Permalink
fix(build): build x86_64 wheels for Windows (#73)
Browse files Browse the repository at this point in the history
* fix(build): build x86_64 for Windows

* Update CI.yml
  • Loading branch information
justinchuby authored May 21, 2024
1 parent cfbc90a commit a4d6b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
needs: test
strategy:
matrix:
target: [x86]
target: [x86, x86_64]
steps:
- uses: actions/checkout@v3
- name: Build wheels
Expand Down

0 comments on commit a4d6b74

Please sign in to comment.