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 77461e6 commit 48e7c7f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cuda_build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ jobs:
- name: Install CUDA
run: |
choco install cuda --version=11.2.2.46133
- name: add CUDA to path
run: |
echo 'export PATH="/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/bin:$PATH"' >> $GITHUB_ENV
- name: check CUDA version
nvcc -v
- name: Build project
run: |
cd src && make
Expand Down

0 comments on commit 48e7c7f

Please sign in to comment.