diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2c979dab..63d14e12 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}