Update build.yml

This commit is contained in:
辉鸭蛋
2025-03-04 15:08:32 +08:00
committed by GitHub
parent ea48171439
commit 9004f2ebaa

View File

@@ -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 }}