forked from mirrors/rustdesk
fix(workflow): vcpkg dep ANDROID_NDK_HOME not set
This commit is contained in:
parent
4c6f62a354
commit
8b7e5fc12d
1 changed files with 4 additions and 1 deletions
5
.github/workflows/custom-android-build.yml
vendored
5
.github/workflows/custom-android-build.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
# Runs on: ubuntu-22.04
|
||||
# -------------------------------------------------------
|
||||
generate-bridge:
|
||||
uses: ./.github/workflows/custom-bridge.yml
|
||||
uses: ./.github/workflows/bridge.yml
|
||||
|
||||
# -------------------------------------------------------
|
||||
# Step 2: Build per-arch Android APKs
|
||||
|
|
@ -134,6 +134,9 @@ jobs:
|
|||
|
||||
- name: Install vcpkg dependencies
|
||||
shell: bash
|
||||
env:
|
||||
ANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
|
||||
ANDROID_NDK_ROOT: ${{ steps.setup-ndk.outputs.ndk-path }}
|
||||
run: |
|
||||
case ${{ matrix.job.target }} in
|
||||
aarch64-linux-android) ANDROID_TARGET=arm64-v8a ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue