Update build.yml
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user