Skip to content

Commit

Permalink
Allow long paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Werni2A committed Jul 12, 2024
1 parent 26416e9 commit cf66f10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
${ENV:GIT_CURL_VERBOSE}=1
${ENV:GIT_TRACE}=1
${ENV:PYTHONUTF8}=1
git config --system core.longpaths true
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
${ENV:PYTHONIOENCODING}='utf8'
Expand Down

0 comments on commit cf66f10

Please sign in to comment.