From 42d5d6f43098ec37b25ae4ea7fa0ab65c68ae237 Mon Sep 17 00:00:00 2001 From: Elia Zonta Date: Thu, 21 Sep 2023 10:50:17 +0200 Subject: [PATCH] workflow --- .github/workflows/c-cpp.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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