Skip to content

Commit

Permalink
[deployment] trying to fix android github build
Browse files Browse the repository at this point in the history
  • Loading branch information
electricherd committed Jul 29, 2024
1 parent 6e02744 commit 2a2ce11
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,17 @@ jobs:

# ANDROID_NDK_HOME is adapted to where "Setup Android SDK" decides (due to github logs)
# to install it to ...
- uses: actions/checkout@v3
- uses: nttld/setup-ndk@v1
- name: NDK checkou
uses: actions/checkout@v3
- name: NDK setup
uses: nttld/setup-ndk@v1
id: setup-ndk
with:
ndk-version: r21e
add-to-path: false
add-to-path: true
link-to-sdk: true
local-cache: true
- run: ./build.sh
- run: echo $ANDROID_NDK_HOME
env:
ANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}

Expand Down

0 comments on commit 2a2ce11

Please sign in to comment.