Skip to content

Commit 4a8f7ae

Browse files
committed
fixup
1 parent 054659b commit 4a8f7ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/install_cuda_windows.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ Foreach ($package in $CUDA_PACKAGES_IN) {
151151
} elseif($package -eq "nvvm" -and [version]$CUDA_VERSION_FULL -lt [version]"13.0") {
152152
# nvvm is a from CUDA 13.0, otherwise it should be skipped.
153153
continue
154+
}
154155
$CUDA_PACKAGES += " $($package)_$($CUDA_MAJOR).$($CUDA_MINOR)"
155156
}
156157
echo "$($CUDA_PACKAGES)"

0 commit comments

Comments
 (0)