Skip to content

Commit

Permalink
Correct android setup-ndk config
Browse files Browse the repository at this point in the history
Signed-off-by: kexuan.yang <[email protected]>
  • Loading branch information
yangkx1024 committed Oct 20, 2024
1 parent d76f2a5 commit 556d217
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
- uses: nttld/setup-ndk@v1
with:
ndk-version: r27
local-cache: 'true'
add-to-path: false
local-cache: true

- run: ./build_android.sh
env:
ANDROID_NDK_TOOLCHAINS_PATH: ${{ steps.setup-ndk.outputs.ndk-path }}/toolchains/llvm/prebuilt/linux-x86_64/bin
Expand Down

0 comments on commit 556d217

Please sign in to comment.