Skip to content

Commit 2a8e0e1

Browse files
Update windows-cuda.yml
1 parent 4e688f7 commit 2a8e0e1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/windows-cuda.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Setup MSVC
2828
uses: ilammy/msvc-dev-cmd@v1
2929

30-
- name: Setup Ninja
31-
run: pip install ninja
30+
- name: Setup CMake and Ninja
31+
run: pip install cmake ninja
3232

3333
- name: Cache CUDA
3434
id: cache-cuda
@@ -42,6 +42,7 @@ jobs:
4242
run: |
4343
curl -s -o cuda_installer.exe -L https://developer.download.nvidia.com/compute/cuda/13.0.1/network_installers/cuda_13.0.1_windows_network.exe
4444
cuda_installer.exe -s nvcc_13.0 cudart_13.0 cublas_dev_13.0 cufft_dev_13.0 curand_dev_13.0 cusparse_dev_13.0 cupti_13.0 thrust_13.0 nvtx_13.0 crt_13.0 nvptxcompiler_13.0
45+
cmake --version
4546
4647
- name: Download cuDNN inference library
4748
run: |

0 commit comments

Comments
 (0)