Remove explicit NDK install

This commit is contained in:
Nick Gerleman
2022-12-24 23:24:22 -08:00
parent eff8774fcb
commit 2c525df0c0

View File

@@ -8,7 +8,3 @@ runs:
with:
distribution: temurin
java-version: 8
- name: Install NDK 21
shell: bash
run: echo "y" | ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;21.3.6528147"