Skip to content

Commit 6b0cb06

Browse files
committed
try windows cuda without vs integration
1 parent 6de01b6 commit 6b0cb06

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,17 @@ jobs:
6464
permissions:
6565
contents: write
6666
steps:
67-
- name: setup CUDA
68-
shell: bash
69-
run: |
70-
C:/msys64/usr/bin/wget.exe https://developer.download.nvidia.com/compute/cuda/12.6.0/local_installers/cuda_12.6.0_560.76_windows.exe
71-
./cuda_12.6.0_560.76_windows.exe -s cudart_12.6 nvcc_12.6 visual_studio_integration_12.6 nvtx_12.6 curand_dev_12.6
72-
rm -f cuda_12.6.0_560.76_windows.exe
7367
- name: Checkout
7468
uses: actions/checkout@v4
7569
with:
7670
submodules: "true"
7771
fetch-depth: 0
7872
fetch-tags: true
73+
- name: setup CUDA
74+
shell: bash
75+
run: |
76+
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
77+
./cuda_12.6.0_windows_network.exe -s cudart_12.6 nvcc_12.6 nvtx_12.6 curand_dev_12.6
7978
- uses: actions/setup-python@v5
8079
with:
8180
python-version: |

0 commit comments

Comments
 (0)