Skip to content

Commit

Permalink
Update cuda_build_windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonPara authored Jun 21, 2024
1 parent 7da5ee8 commit 53e3a1d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/cuda_build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,13 @@ jobs:
- name: Set up MSVC environment
uses: ilammy/[email protected]

- name: Install CUDA
uses: nvidia/setup-cuda@v12
- name: Install CUDA
run: |
choco install cuda --version=11.2.2.46133
- name: add CUDA to path
run: |
SET "PATH=%PATH%;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.2\bin"
- name: check CUDA version
run: |
Expand Down

0 comments on commit 53e3a1d

Please sign in to comment.