Skip to content

Commit 9aa44f9

Browse files
authored
Use mkdir -p to reuse CUDA_PATH
1 parent 3f07930 commit 9aa44f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/fetch_ctk/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ runs:
5151
shell: bash --noprofile --norc -xeuo pipefail {0}
5252
run: |
5353
CUDA_PATH="./cuda_toolkit"
54-
mkdir $CUDA_PATH
54+
mkdir -p $CUDA_PATH
5555
5656
# The binary archives (redist) are guaranteed to be updated as part of the release posting.
5757
CTK_BASE_URL="https://developer.download.nvidia.com/compute/cuda/redist/"

0 commit comments

Comments
 (0)