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
Check if the locally installed Android NDK matches the wanted NDK version (#235)
* Check if the locally installed Android NDK matches the configured NDK version
We were never actually checking `android_ndk_versions` if ANDROID_NDK_HOME was set,
as that environment variable always will be on the github runners. Also, since GitHub
often has other NDKs installed too, check if a matching one is installed and use it,
plus add some log output so we can verify all this easily from now on.
* [CI] Add back Android flag needed to build it, and build against NDK 28c instead
0 commit comments