Copilot: correct NDK install source

This commit is contained in:
Catfriend1 2025-07-14 01:17:54 +02:00
parent af61bee5d7
commit aa7c2bd33d

View File

@ -36,7 +36,7 @@ jobs:
- name: Setup Android NDK
run: |
ANDROID_NDK_VERSION=28.0.13004108
ANDROID_NDK_VERSION=r28
ANDROID_NDK_ZIP="android-ndk-${ANDROID_NDK_VERSION}-linux.zip"
ANDROID_NDK_URL="https://dl.google.com/android/repository/${ANDROID_NDK_ZIP}"
wget "$ANDROID_NDK_URL"