From ea48171439c660c6f7dd7a3f52facba74c3ee47a 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 14:49:05 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2c979dab..63d14e12 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,6 +21,8 @@ jobs: matrix: node-version: [18.x] steps: + - name: Configure Git for long paths + run: git config --global core.longpaths true - uses: actions/checkout@v4 with: ref: ${{ github.head_ref }}