Skip to content

Commit e730703

Browse files
committed
chore: add longpath
1 parent e57a489 commit e730703

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/windows.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
CARGO_NET_GIT_FETCH_WITH_CLI: true
107107
run: |
108108
git config --global credential.helper store
109+
git config --system core.longpaths true
109110
echo "https://${{ secrets.ADMIN_GITHUB_TOKEN }}:x-oauth-basic@github.com" > ~/.git-credentials
110111
git config --global url."https://${{ secrets.ADMIN_GITHUB_TOKEN }}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
111112

0 commit comments

Comments
 (0)