use my vcpkg

This commit is contained in:
rustdesk 2024-06-20 21:53:43 +08:00
parent ba707d1149
commit 3c79404534

View File

@ -128,6 +128,7 @@ jobs:
vcpkgGitCommitId: ${{ env.VCPKG_COMMIT_ID }}
- name: Install vcpkg dependencies
if: False
run: |
case ${{ matrix.job.target }} in
aarch64-linux-android)
@ -139,6 +140,12 @@ jobs:
esac
shell: bash
- name: Clone deps
shell: bash
run: |
pushd /opt
git clone https://github.com/rustdesk-org/rustdesk_thirdparty_lib.git --depth=1
- name: Build rustdesk lib
env:
ANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}