mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
windows: fix line endings for patch files
See: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1754 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3846>
This commit is contained in:
parent
767ee35265
commit
ebe1f20589
1 changed files with 2 additions and 1 deletions
|
@ -445,7 +445,8 @@ build fedora clang:
|
||||||
|
|
||||||
# Set the code page to UTF-8
|
# Set the code page to UTF-8
|
||||||
- chcp 65001
|
- chcp 65001
|
||||||
|
# Renormalize line endings
|
||||||
|
- git add --renormalize .
|
||||||
- ci/scripts/handle-subprojects-cache.py subprojects/
|
- ci/scripts/handle-subprojects-cache.py subprojects/
|
||||||
# For some reason, options are separated by newline instead of space, so we
|
# For some reason, options are separated by newline instead of space, so we
|
||||||
# have to replace them first.
|
# have to replace them first.
|
||||||
|
|
Loading…
Reference in a new issue