Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
For some reason the license file from 11.8 has permission 444 instead of 644...
  • Loading branch information
leofang authored Jan 3, 2025
1 parent 39bf3fa commit 69410f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/fetch_ctk/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ runs:
unzip $1 -d $_TEMP_DIR_
cp -r $_TEMP_DIR_/*/* $CUDA_PATH
rm -rf $_TEMP_DIR_
chmod 644 $CUDA_PATH/LICENSE
}
fi
function populate_cuda_path() {
Expand Down

0 comments on commit 69410f1

Please sign in to comment.