Ignore CRLF/LF conversion on sciter patch apply
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
This commit is contained in:
parent
f113fda6d4
commit
882b39b067
2
.github/workflows/flutter-build.yml
vendored
2
.github/workflows/flutter-build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user