Update build.yml

This commit is contained in:
辉鸭蛋
2025-03-04 15:23:51 +08:00
committed by GitHub
parent 9004f2ebaa
commit 7cdc6b1f62

View File

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