Skip to content

Commit a0731d6

Browse files
authored
ci: Correct windows cuda package names?
1 parent 33efa61 commit a0731d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ before_build:
2121

2222
# install CUDA-13.0
2323
- appveyor DownloadFile "https://developer.download.nvidia.com/compute/cuda/13.0.2/network_installers/cuda_13.0.2_windows_network.exe" -FileName install_cuda.exe
24-
- install_cuda.exe -s compiler_13.0 cudart_13.0 cublas_13.0 cublas_dev_13.0 cufft_13.0 cufft_dev_13.0 cusolver_13.0 cusolver_dev_13.0 cusparse_13.0 cusparse_dev_13.0
24+
- install_cuda.exe -s crt_13.0 cudart_13.0 nvcc_13.0
2525
- set PATH=%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v13.0\nvvm\bin;%PATH%
2626
- set PATH=%ProgramFiles%\NVIDIA GPU Computing Toolkit\CUDA\v13.0\bin;%PATH%
2727
- nvcc --version

0 commit comments

Comments
 (0)