Skip to content

Commit f01a510

Browse files
committed
build: fix CI
1 parent 32bb8b2 commit f01a510

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,9 @@ jobs:
136136
use-local-cache: false
137137

138138
- name: Install Cuda 13.0 on Windows (2)
139+
if: matrix.config.name == 'Windows (2)'
139140
run: |
140-
wget -c https://developer.download.nvidia.com/compute/cuda/13.0.0/network_installers/cuda_13.0.0_windows_network.exe -O cuda_13.0.0_windows_network.exe
141+
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
141142
./cuda_13.0.0_windows_network.exe -s nvcc_13.0,cudart_13.0,cublas_13.0,cublas_dev_13.0,thrust_13.0,visual_studio_integration_13.0
142143
rm -f ./cuda_13.0.0_windows_network.exe
143144

0 commit comments

Comments
 (0)