diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 60da8ef..cf7bd3b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,6 +15,9 @@ jobs: runs-on: ${{ matrix.os }} steps: + - name: Enable long paths on git checkouts + run: git config --global core.longpaths true + - uses: actions/checkout@v4 with: submodules: 'true'