Skip to content

Commit e8f6000

Browse files
authored
Merge pull request #201 from winnerspiros/copilot/fix-last-build-failure
Fix native build: ANDROID_PLATFORM android-36 exceeds NDK r29 max (35)
2 parents 3564ed8 + 0e39fb7 commit e8f6000

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
"$CMAKE_BIN" -B "build-native/$ABI" -S osu.Android/Native \
5656
-DCMAKE_TOOLCHAIN_FILE="$NDK_HOME/build/cmake/android.toolchain.cmake" \
5757
-DANDROID_ABI="$ABI" \
58-
-DANDROID_PLATFORM=android-36 \
58+
-DANDROID_PLATFORM=android-33 \
5959
-DCMAKE_BUILD_TYPE=Release
6060
"$CMAKE_BIN" --build "build-native/$ABI" --config Release -j "$(nproc)"
6161
mkdir -p "osu.Android/libs/$ABI"

0 commit comments

Comments
 (0)