Merge pull request #6408 from basilgello/vcpkg-deps

vcpkg deps
This commit is contained in:
RustDesk 2023-11-14 14:47:57 +08:00 committed by GitHub
commit ec00cd2ae0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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