Skip to content

Commit 2eff1aa

Browse files
committed
fix
1 parent 2a6edc2 commit 2eff1aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/fetch_ctk/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ runs:
125125
run: |
126126
ls -l
127127
CUDA_PATH="./cuda_toolkit"
128+
mkdir -p $CUDA_PATH
128129
tar -xzvf $CTK_CACHE_FILENAME -C $CUDA_PATH --strip-components=1
129130
ls -l $CUDA_PATH
130131
if [ ! -d "$CUDA_PATH/include" ]; then

0 commit comments

Comments
 (0)