You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix CI NDK install: extract to temp dir and set ANDROID_NDK_HOME
The previous approach assumed the zip extracts to android-ndk-r28/ and
relied on sort -V to pick the right NDK. This failed because the
Makefile still picked the runner's pre-installed NDK 27.3.
Now: extract to /tmp, glob-move the extracted directory, and explicitly
set ANDROID_NDK_HOME via GITHUB_ENV so the Makefile uses it directly.
0 commit comments