Skip to content

Commit 76794a8

Browse files
committed
build: fix CI
1 parent f01a510 commit 76794a8

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
@@ -140,7 +140,7 @@ jobs:
140140
run: |
141141
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
142142
./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
143-
rm -f ./cuda_13.0.0_windows_network.exe
143+
rm ./cuda_13.0.0_windows_network.exe
144144
145145
- name: Install Cuda 12.4 on Ubuntu
146146
if: matrix.config.name == 'Ubuntu (1)'

0 commit comments

Comments
 (0)