Skip to content

Commit 57d1e3c

Browse files
committed
build: fix CI
1 parent 481c554 commit 57d1e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
curl -Lo cuda_13.0.0_windows_network.exe https://developer.download.nvidia.com/compute/cuda/13.0.0/network_installers/cuda_13.0.0_windows_network.exe
144144
145145
echo "Installing Cuda 13.0.0"
146-
powershell -Command "Start-Process -FilePath cuda_13.0.0_windows_network.exe -ArgumentList '-s','-n','nvcc_13.0','cudart_13.0','cublas_13.0','cublas_dev_13.0','thrust_13.0','visual_studio_integration_13.0' -Wait"
146+
powershell -Command "Start-Process -FilePath cuda_13.0.0_windows_network.exe -ArgumentList '-s','-n' -Wait"
147147
echo "Cuda installation finished"
148148
149149
rm -f ./cuda_13.0.0_windows_network.exe

0 commit comments

Comments
 (0)