mirror of
https://github.com/logos-messaging/nim-sds.git
synced 2026-05-18 16:09:30 +00:00
enable long paths in git windows ci
This commit is contained in:
parent
c3db8ad777
commit
e9a42ae74e
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user