Skip to content

Commit afde7d9

Browse files
committed
try workaround for windows ci cannot download cuda
1 parent 8ced4a4 commit afde7d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373
- name: setup CUDA
7474
shell: bash
7575
run: |
76+
touch ~/.netrc
77+
chmod 600 ~/.netrc
7678
C:/msys64/usr/bin/wget.exe https://developer.download.nvidia.com/compute/cuda/12.6.0/network_installers/cuda_12.6.0_windows_network.exe
7779
./cuda_12.6.0_windows_network.exe -s cudart_12.6 nvcc_12.6 visual_studio_integration_12.6 nvtx_12.6 curand_dev_12.6
7880
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)