diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index eb240f26..c3162c91 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -76,7 +76,7 @@ jobs: # key: ndk-cache-22.0.7026061 - name: Setup NDK # if: steps.ndk-cache.outputs.cache-hit != 'true' - run: echo "y" | ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;22.0.7026061" + run: echo "y" | ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;22.0.7026061" - name: Update SDK Version run: bash .github/scripts/updateVersionCodeForSnapshot.sh # - name: Test with Gradle diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da58b814..01f50867 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,7 +76,7 @@ jobs: # key: ndk-cache-22.0.7026061 - name: Setup NDK # if: steps.ndk-cache.outputs.cache-hit != 'true' - run: echo "y" | ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;22.0.7026061" + run: echo "y" | ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;22.0.7026061" # - name: Test with Gradle # run: ./gradlew test - name: Remove snapshot dependency