use my vcpkg
This commit is contained in:
parent
ba707d1149
commit
3c79404534
1 changed files with 7 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue