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