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 3e6345e commit e3e913fCopy full SHA for e3e913f
.github/workflows/scripts/install-and-build-with-sdk.sh
@@ -572,7 +572,7 @@ install_android_sdk() {
572
swift sdk configure --show-configuration "$(swift sdk list | grep android | tail -n 1)"
573
574
# guess some common places where the swift-sdks file lives
575
- cd ~/Library/org.swift.swiftpm || cd ~/.local/swiftpm || cd ~/.swiftpm || cd /root/.swiftpm
+ cd ~/Library/org.swift.swiftpm || cd ~/.config/swiftpm || cd ~/.local/swiftpm || cd ~/.swiftpm || cd /root/.swiftpm
576
577
# Download and install the Android NDK.
578
# Note that we could use the system package manager, but it is
0 commit comments