use my vcpkg
This commit is contained in:
parent
ba707d1149
commit
3c79404534
7
.github/workflows/playground.yml
vendored
7
.github/workflows/playground.yml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user