Skip to content

Commit 638990d

Browse files
committed
ensure cccl headers are available (with local ctk) at test time
1 parent 18ecca6 commit 638990d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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"]'
58+
$MINI_CTK_DEPS = '["nvcc", "nvrtc", "nvjitlink", "cccl"]'
5959
} else {
60-
$MINI_CTK_DEPS = '["nvcc", "nvrtc"]'
60+
$MINI_CTK_DEPS = '["nvcc", "nvrtc", "cccl"]'
6161
}
6262
}
6363

0 commit comments

Comments
 (0)