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 3989386 commit e823d65Copy full SHA for e823d65
.github/workflows/scripts/install-and-build-with-sdk.sh
@@ -572,7 +572,8 @@ install_android_sdk() {
572
# now setup the link to the local ANDROID_NDK_HOME
573
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
+ # guess some common places where the swift-sdks file lives
576
+ cd ~/Library/org.swift.swiftpm || cd ~/.local/swiftpm || cd ~/.swiftpm || cd /root/.swiftpm
577
578
if [[ ! -d "${ANDROID_NDK_HOME}" ]]; then
579
# download and install the Android NDK
0 commit comments