mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2026-06-12 02:04:38 -04:00
fix: add ndk to path and link to sdk
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user