diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index c414897..55a0595 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -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 \ No newline at end of file + # - run: echo "Cuda install location: ${{steps.cuda-toolkit.outputs.CUDA_PATH}}" + - name : infos + run: nvcc -V \ No newline at end of file