Skip to content

Commit a4d6b74

Browse files
authored
fix(build): build x86_64 wheels for Windows (#73)
* fix(build): build x86_64 for Windows * Update CI.yml
1 parent cfbc90a commit a4d6b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
needs: test
8181
strategy:
8282
matrix:
83-
target: [x86]
83+
target: [x86, x86_64]
8484
steps:
8585
- uses: actions/checkout@v3
8686
- name: Build wheels

0 commit comments

Comments
 (0)