Skip to content

Commit

Permalink
Enable long paths on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
RUIJIEZHONG66166 committed Jan 20, 2025
1 parent 81f8445 commit 065b252
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/_windows_ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ jobs:
call conda install -y libuv
call conda install -y rust
git config --system core.longpaths true
git config --global core.symlinks true
git config --global core.fsmonitor false
powershell -Command "Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1"
git status
git show -s
git submodule sync && git submodule update --init --recursive
Expand Down

0 comments on commit 065b252

Please sign in to comment.