From a679e4a5e350c48a917aed86f50834c3b7b982f4 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Thu, 20 Jun 2024 22:16:04 +0800 Subject: [PATCH] vcpkg_root --- .github/workflows/playground.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/playground.yml b/.github/workflows/playground.yml index d685eafbd..ed2af510c 100644 --- a/.github/workflows/playground.yml +++ b/.github/workflows/playground.yml @@ -150,6 +150,7 @@ jobs: env: ANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }} ANDROID_NDK_ROOT: ${{ steps.setup-ndk.outputs.ndk-path }} + VCPKG_ROOT: /opt/rustdesk_thirdparty_lib/vcpkg run: | rustup target add ${{ matrix.job.target }} cargo install cargo-ndk --version ${{ env.CARGO_NDK_VERSION }}