From ebe1f2058904296619babbecced3b53dba7a28d6 Mon Sep 17 00:00:00 2001 From: Andoni Morales Alastruey Date: Fri, 27 Jan 2023 16:30:15 +0100 Subject: [PATCH] windows: fix line endings for patch files See: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1754 Part-of: --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 89b0e0f216..cc528b78bb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -445,7 +445,8 @@ build fedora clang: # Set the code page to UTF-8 - chcp 65001 - + # Renormalize line endings + - git add --renormalize . - ci/scripts/handle-subprojects-cache.py subprojects/ # For some reason, options are separated by newline instead of space, so we # have to replace them first.