diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fd1db8..246d8ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,6 +101,9 @@ jobs: - libsdsDynamicWindows - libsdsStaticWindows steps: + - name: Enable Git long paths + run: git config --global core.longpaths true + - uses: actions/checkout@v4 with: submodules: recursive