diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2acb72a..f40ab529 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,6 +35,9 @@ jobs: runs-on: ${{ matrix.os }} steps: + - name: Setup + run: git config --global core.longpaths true + - name: Checkout uses: actions/checkout@v3 with: