Skip to content

Commit 458ad0f

Browse files
committed
Change the NDK default temporarily on this pull, just to make sure the following code works
1 parent 366e878 commit 458ad0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scripts/install-and-build-with-sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ install_android_sdk() {
654654
cd ~/Library/org.swift.swiftpm || cd ~/.config/swiftpm || cd ~/.local/swiftpm || cd ~/.swiftpm || cd /root/.swiftpm
655655

656656
# permit the "--android-ndk" flag to override the default
657-
local android_ndk_version="${ANDROID_NDK_VERSION:-r27d}"
657+
local android_ndk_version="${ANDROID_NDK_VERSION:-r28c}"
658658

659659
# Download and install the Android NDK.
660660
# Note that we could use the system package manager, but it is

0 commit comments

Comments
 (0)