Skip to content

Commit fcb0ebe

Browse files
committed
build: fix CI
1 parent f57fb78 commit fcb0ebe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,14 @@ jobs:
138138
- name: Install Cuda 13.0 on Windows (2)
139139
if: matrix.config.name == 'Windows (2)'
140140
shell: bash
141+
timeout-minutes: 30
141142
run: |
142143
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
144+
145+
echo "Installing Cuda 13.0.0"
143146
cmd /c "start /wait \"\" cuda_13.0.0_windows_network.exe -s -n nvcc_13.0 cudart_13.0 cublas_13.0 cublas_dev_13.0 thrust_13.0 visual_studio_integration_13.0"
147+
echo "Cuda installation finished"
148+
144149
rm -f ./cuda_13.0.0_windows_network.exe
145150
146151
- name: Install Cuda 12.4 on Ubuntu

0 commit comments

Comments
 (0)