Skip to content

Commit 69410f1

Browse files
authored
debug
For some reason the license file from 11.8 has permission 444 instead of 644...
1 parent 39bf3fa commit 69410f1

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
@@ -85,6 +85,7 @@ runs:
8585
unzip $1 -d $_TEMP_DIR_
8686
cp -r $_TEMP_DIR_/*/* $CUDA_PATH
8787
rm -rf $_TEMP_DIR_
88+
chmod 644 $CUDA_PATH/LICENSE
8889
}
8990
fi
9091
function populate_cuda_path() {

0 commit comments

Comments
 (0)