We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1071026 commit e006e0aCopy full SHA for e006e0a
sources/SDL/Native/build-android.sh
@@ -6,7 +6,8 @@ fi
6
7
if [ ! -z "$GITHUB_ACTIONS" ]; then
8
# NDK already installed: https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md
9
- sdkmanager --install "platforms;android-19"
+ sdkmanager=( /usr/local/lib/android/sdk/cmdline-tools/*/bin/sdkmanager )
10
+ ${sdkmanager[-1]} --install "platforms;android-19"
11
fi
12
13
../../../eng/submodules/sdl/build-scripts/build-release.py --actions android --root ../../../eng/submodules/sdl
0 commit comments