fix: add ndk to path and link to sdk

This commit is contained in:
Akash Yadav
2024-12-28 17:02:49 +05:30
parent 34e989375c
commit bd414de277

View File

@@ -20,7 +20,8 @@ jobs:
name: Setup Android NDK
with:
ndk-version: r27c
add-to-path: false
add-to-path: true
link-to-sdk: true
- name: Install packages
run: |
sudo apt update