Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Apr 6, 2024
1 parent e9910ca commit 505b1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cuda/Windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ rm -f "${CUDA_FILE}"

echo Installing NvToolsExt...
curl -k -L https://ossci-windows.s3.us-east-1.amazonaws.com/builder/NvToolsExt.7z --output "/tmp/NvToolsExt.7z"
7z x tmp/NvToolsExt.7z -o"/tmp/NvToolsExt"
7z x "/tmp/NvToolsExt.7z" -o"/tmp/NvToolsExt"
mkdir -p "/c/Program Files/NVIDIA Corporation/NvToolsExt/bin/x64"
mkdir -p "/c/Program Files/NVIDIA Corporation/NvToolsExt/include"
mkdir -p "/c/Program Files/NVIDIA Corporation/NvToolsExt/lib/x64"
Expand Down

0 comments on commit 505b1d2

Please sign in to comment.