We pinned nttld/setup-ndk to v1.5.0 in the Android CI workflow because their v1.6.0 release broke NDK extraction (clang binaries missing from the toolchain).
Upstream issue: nttld/setup-ndk#576
Once that issue is resolved, update .github/workflows/android-build.yml to use @v1 again instead of @v1.5.0.
Related PR: #423
We pinned
nttld/setup-ndktov1.5.0in the Android CI workflow because theirv1.6.0release broke NDK extraction (clang binaries missing from the toolchain).Upstream issue: nttld/setup-ndk#576
Once that issue is resolved, update
.github/workflows/android-build.ymlto use@v1again instead of@v1.5.0.Related PR: #423