Skip to content

Commit e3e913f

Browse files
committed
Test one more common location for the swiftpm folder
1 parent 3e6345e commit e3e913f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ install_android_sdk() {
572572
swift sdk configure --show-configuration "$(swift sdk list | grep android | tail -n 1)"
573573

574574
# guess some common places where the swift-sdks file lives
575-
cd ~/Library/org.swift.swiftpm || cd ~/.local/swiftpm || cd ~/.swiftpm || cd /root/.swiftpm
575+
cd ~/Library/org.swift.swiftpm || cd ~/.config/swiftpm || cd ~/.local/swiftpm || cd ~/.swiftpm || cd /root/.swiftpm
576576

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

0 commit comments

Comments
 (0)