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 4d530f2 commit d9da530
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cuda_build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
choco install cuda --version=11.2.2.46133
- name: Build project
shell: cmd
run: |
$env:Path += ";C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.2\bin"
set PATH=%PATH%;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.2\bin
nvcc --version
cd src && make

0 comments on commit d9da530

Please sign in to comment.