From 9004f2ebaa6514f376f46d871ec18a2ac4fb8e88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89=E9=B8=AD=E8=9B=8B?= Date: Tue, 4 Mar 2025 15:08:32 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 63d14e12..1e8c582c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: node-version: [18.x] steps: - name: Configure Git for long paths - run: git config --global core.longpaths true + run: git config --system core.longpaths true - uses: actions/checkout@v4 with: ref: ${{ github.head_ref }}