Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eliazonta committed Sep 21, 2023
1 parent b29bce7 commit 42d5d6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
with:
cuda: '12.1.0'

- run: echo "Installed cuda version is: ${{steps.cuda-toolkit.outputs.cuda}}"
# - run: echo "Installed cuda version is: ${{steps.cuda-toolkit.outputs.cuda}}"

- run: echo "Cuda install location: ${{steps.cuda-toolkit.outputs.CUDA_PATH}}"

- run: nvcc -V
# - run: echo "Cuda install location: ${{steps.cuda-toolkit.outputs.CUDA_PATH}}"
- name : infos
run: nvcc -V

0 comments on commit 42d5d6f

Please sign in to comment.