We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa17cb1 commit 3989386Copy full SHA for 3989386
.github/workflows/scripts/install-and-build-with-sdk.sh
@@ -570,7 +570,8 @@ install_android_sdk() {
570
fi
571
572
# now setup the link to the local ANDROID_NDK_HOME
573
- swift sdk configure "${android_sdk_name}" --show-configuration
+ swift sdk configure --show-configuration "$(swift sdk list | grep android | tail -n 1)"
574
+
575
cd ~/Library/org.swift.swiftpm || cd ~/.local/swiftpm || cd ~/.swiftpm
576
577
if [[ ! -d "${ANDROID_NDK_HOME}" ]]; then
0 commit comments