Skip to content

Commit 9904f3d

Browse files
committed
there is no cccl component on Windows...
1 parent 638990d commit 9904f3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-wheel-windows.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ jobs:
5555
5656
if ('${{ inputs.local-ctk }}' -eq '1') {
5757
if ($TEST_CUDA_MAJOR -eq '12') {
58-
$MINI_CTK_DEPS = '["nvcc", "nvrtc", "nvjitlink", "cccl"]'
58+
$MINI_CTK_DEPS = '["nvcc", "nvrtc", "nvjitlink", "thrust"]'
5959
} else {
60-
$MINI_CTK_DEPS = '["nvcc", "nvrtc", "cccl"]'
60+
$MINI_CTK_DEPS = '["nvcc", "nvrtc", "thrust"]'
6161
}
6262
}
6363

0 commit comments

Comments
 (0)