This is an automated email from the ASF dual-hosted git repository.

zhaojinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d8f0fc18b0 Refactor : change the scope for longpath solution since 
system scope doesn't work (#21204)
3d8f0fc18b0 is described below

commit 3d8f0fc18b0a21b51e632de66b9a5e36a34912d7
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Mon Sep 26 20:34:33 2022 +0800

    Refactor : change the scope for longpath solution since system scope 
doesn't work (#21204)
---
 .github/workflows/ci-daily.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci-daily.yml b/.github/workflows/ci-daily.yml
index 24645ff303d..9240710a17e 100644
--- a/.github/workflows/ci-daily.yml
+++ b/.github/workflows/ci-daily.yml
@@ -41,7 +41,7 @@ jobs:
     steps:
       - name: Support longpaths in Windows
         if: matrix.os == 'windows-latest'
-        run: git config --system core.longpaths true
+        run: git config --global core.longpaths true
       - uses: actions/checkout@v3
       - name: Set up JDK ${{ matrix.java_version }}
         uses: actions/setup-java@v2

Reply via email to