We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 390995a commit 65e19b2Copy full SHA for 65e19b2
.github/actions/fetch_ctk/action.yml
@@ -75,6 +75,8 @@ runs:
75
unzip $1 -d $_TEMP_DIR_
76
cp -r $_TEMP_DIR_/*/* $CACHE_TMP_DIR
77
rm -rf $_TEMP_DIR_
78
+ # see commit NVIDIA/cuda-python@69410f1d9228e775845ef6c8b4a9c7f37ffc68a5
79
+ chmod 644 $CACHE_TMP_DIR/LICENSE
80
}
81
fi
82
function populate_cuda_path() {
0 commit comments