Skip to content

Commit

Permalink
update CUDA PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
drcut committed Aug 6, 2024
1 parent bf2fd96 commit 63e1365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cuda: '10.1.243'
- name: Shown CUDA version
run: |
echo "Cuda install location: ${{CUDA_PATH}}"
echo $CUDA_PATH
which llvm-config
clang --version
nvcc -V
Expand Down

0 comments on commit 63e1365

Please sign in to comment.