From e6eaa1cb8a4d11fa4ccf8abe52b3eede5cba26e2 Mon Sep 17 00:00:00 2001 From: rusty1s Date: Sat, 6 Apr 2024 15:18:27 +0000 Subject: [PATCH] update --- .github/workflows/cuda/Windows.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cuda/Windows.sh b/.github/workflows/cuda/Windows.sh index 4529e6bb..04ac24c2 100644 --- a/.github/workflows/cuda/Windows.sh +++ b/.github/workflows/cuda/Windows.sh @@ -67,7 +67,7 @@ echo "-------" ls "/tmp/NvToolsExt/lib" echo "-------" ls "/tmp/NvToolsExt/lib/x64" -cp -r /tmp/NvToolsExt/bin/x64/* "/cProgram Files/NVIDIA Corporation/NvToolsExt/bin/x64" -cp -r /tmp/NvToolsExt/include/* "/cProgram Files/NVIDIA Corporation/NvToolsExt/include" -cp -r /tmp/NvToolsExt/lib/x64/* "/cProgram Files/NVIDIA Corporation/NvToolsExt/lib/x64" +cp -r /tmp/NvToolsExt/bin/x64/* "/c/Program Files/NVIDIA Corporation/NvToolsExt/bin/x64" +cp -r /tmp/NvToolsExt/include/* "/c/Program Files/NVIDIA Corporation/NvToolsExt/include" +cp -r /tmp/NvToolsExt/lib/x64/* "/c/Program Files/NVIDIA Corporation/NvToolsExt/lib/x64" export NVTOOLSEXT_PATH="/c/Program Files/NVIDIA Corporation/NvToolsExt/bin/x64"