From 859020583de390e41aace77f1641b5839c19144e Mon Sep 17 00:00:00 2001 From: rustdesk Date: Thu, 20 Jun 2024 23:21:08 +0800 Subject: [PATCH] fix ci --- .github/workflows/playground.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playground.yml b/.github/workflows/playground.yml index c81b2e858..f0d9d8830 100644 --- a/.github/workflows/playground.yml +++ b/.github/workflows/playground.yml @@ -144,9 +144,9 @@ jobs: run: | pushd /opt git clone https://github.com/rustdesk-org/rustdesk_thirdparty_lib.git --depth=1 - ls -ls /opt/artifacts/vcpkg/installed/arm64-linux/lib/ + ls -ls /opt/artifacts/vcpkg/installed/arm64-android/lib/ cp -rf /opt/rustdesk_thirdparty_lib/vcpkg/* /opt/artifacts/vcpkg/ - ls -ls /opt/artifacts/vcpkg/installed/arm64-linux/lib/ + ls -ls /opt/artifacts/vcpkg/installed/arm64-android/lib/ - name: Build rustdesk lib env: