From 7cdc6b1f623af299f53a5eb46eca8c0a3e61af8a 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:23:51 +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 1e8c582c..be01b24f 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 --system core.longpaths true + run: sudo git config --system core.longpaths true - uses: actions/checkout@v4 with: ref: ${{ github.head_ref }}