From 882b39b0679514ae4c2ce8dd53390c18519f9356 Mon Sep 17 00:00:00 2001 From: Vasyl Gello Date: Tue, 14 Nov 2023 08:09:07 +0200 Subject: [PATCH] Ignore CRLF/LF conversion on sciter patch apply Signed-off-by: Vasyl Gello --- .github/workflows/flutter-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flutter-build.yml b/.github/workflows/flutter-build.yml index 9ee679393..a960f72cc 100644 --- a/.github/workflows/flutter-build.yml +++ b/.github/workflows/flutter-build.yml @@ -1226,7 +1226,7 @@ jobs: - name: Install vcpkg dependencies run: | pushd $VCPKG_ROOT - git apply "$OLDPWD/res/vcpkg/0001-Extend-crosscompiling-efforts-to-other-architectures.patch" + git apply --ignore-space-change "$OLDPWD/res/vcpkg/0001-Extend-crosscompiling-efforts-to-other-architectures.patch" popd $VCPKG_ROOT/vcpkg install --triplet arm-linux --x-install-root="$VCPKG_ROOT/installed" shell: bash