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
Unverified

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