Skip to content

Commit 1276d95

Browse files
committed
.
1 parent 63ffc1a commit 1276d95

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
CIBW_BUILD_FRONTEND: 'pip'
3737
CIBW_PLATFORM: 'auto'
3838
CIBW_BEFORE_BUILD_WINDOWS: bash scripts/cibw_before_build_windows.sh
39+
CIBW_ENVIRONMENT_WINDOWS: |
40+
CC=cl.exe
41+
CXX=cl.exe
42+
LD=link.exe
3943
4044
- name: Set up Python for validation
4145
uses: mamba-org/setup-micromamba@v2

0 commit comments

Comments
 (0)