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 5494416 commit 4d530f2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cuda_build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,9 @@ jobs:
run: |
choco install cuda --version=11.2.2.46133
- name: add CUDA to path
- name: Build project
run: |
$env:Path += ";C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.2\bin"
nvcc --version
- name: Build project
run: |
cd src && make

0 comments on commit 4d530f2

Please sign in to comment.