You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by to...@apache.org on 2022/10/13 02:38:03 UTC

[shardingsphere] branch master updated: Refactor : revert the windows long name solution (#21539)

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

totalo 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 bb200c13d81 Refactor : revert the windows long name solution (#21539)
bb200c13d81 is described below

commit bb200c13d8195253f39f052603c6842c799ba063
Author: 孙念君 Nianjun Sun <su...@sphere-ex.com>
AuthorDate: Thu Oct 13 10:37:54 2022 +0800

    Refactor : revert the windows long name solution (#21539)
---
 .github/workflows/nightly-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/nightly-ci.yml b/.github/workflows/nightly-ci.yml
index e9d3dca12a7..0d0804c5ea9 100644
--- a/.github/workflows/nightly-ci.yml
+++ b/.github/workflows/nightly-ci.yml
@@ -36,6 +36,9 @@ jobs:
         os: [ ubuntu-latest, macos-latest, windows-latest ]
         java-version: [ 8, 17, 19 ]
     steps:
+      - name: Support long paths in Windows
+        if: matrix.os == 'windows-latest'
+        run: git config --global core.longpaths true
       - uses: actions/checkout@v3
       - uses: actions/setup-java@v3
         with: