Skip to content

Commit 65e19b2

Browse files
committed
forward-port fetch_ctk fix
1 parent 390995a commit 65e19b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/fetch_ctk/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ runs:
7575
unzip $1 -d $_TEMP_DIR_
7676
cp -r $_TEMP_DIR_/*/* $CACHE_TMP_DIR
7777
rm -rf $_TEMP_DIR_
78+
# see commit NVIDIA/cuda-python@69410f1d9228e775845ef6c8b4a9c7f37ffc68a5
79+
chmod 644 $CACHE_TMP_DIR/LICENSE
7880
}
7981
fi
8082
function populate_cuda_path() {

0 commit comments

Comments
 (0)