enable long paths in git windows ci

This commit is contained in:
Ivan FB 2026-04-10 11:08:14 +02:00
parent c3db8ad777
commit e9a42ae74e
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

@ -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