Update build.yml

This commit is contained in:
辉鸭蛋
2025-03-04 14:49:05 +08:00
committed by GitHub
parent 21d017baee
commit ea48171439

View File

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