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 5b1685a commit 5494416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cuda_build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: add CUDA to path
run: |
$env:Path += ";C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.2\bin"
nvcc -v
nvcc --version
- name: Build project
run: |
Expand Down

0 comments on commit 5494416

Please sign in to comment.