Skip to content

Commit 766b6ec

Browse files
committed
use MSVC
1 parent 86e2c34 commit 766b6ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
CIBW_BEFORE_ALL_WINDOWS: "bash cibuildwheel_support/prepare_build_environment_windows_${{ matrix.cuda }}.sh"
6464
CPU_TRAIN: ${{ runner.os == 'macOS' && 'true' || 'false' }}
6565
WITH_CUDA: ${{ matrix.cuda != 'cpu' && '1' || '0' }}
66-
DISTUTILS_USE_SDK: "0" # Windows requires this to not use vc for building but for testing only
66+
DISTUTILS_USE_SDK: "1" # Windows requires this to use vc for building
6767
SKIP_TORCH_COMPILE: ${{ runner.os == 'Windows' && 'true' || 'false' }}
6868

6969
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)