We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f07930 commit 9aa44f9Copy full SHA for 9aa44f9
.github/actions/fetch_ctk/action.yml
@@ -51,7 +51,7 @@ runs:
51
shell: bash --noprofile --norc -xeuo pipefail {0}
52
run: |
53
CUDA_PATH="./cuda_toolkit"
54
- mkdir $CUDA_PATH
+ mkdir -p $CUDA_PATH
55
56
# The binary archives (redist) are guaranteed to be updated as part of the release posting.
57
CTK_BASE_URL="https://developer.download.nvidia.com/compute/cuda/redist/"
0 commit comments