From e9a42ae74e46d94456ed1939a839ec40f25e7b39 Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Fri, 10 Apr 2026 11:08:14 +0200 Subject: [PATCH] enable long paths in git windows ci --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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