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 ad50988 commit b61be5eCopy full SHA for b61be5e
.github/workflows/scripts/install-and-build-with-sdk.sh
@@ -569,7 +569,9 @@ install_android_sdk() {
569
fi
570
571
# now setup the link to the local ANDROID_NDK_HOME
572
- "${HOME}"/.config/swiftpm/swift-sdks/${android_sdk_bundle_dir}/swift-android/scripts/setup-android-sdk.sh
+ cd ~/Library/org.swift.swiftpm || cd "${XDG_CONFIG_HOME}"/swiftpm || cd ~/.local/swiftpm || cd ~/.swiftpm
573
+ ./swift-sdks/"${android_sdk_bundle_dir}"/swift-android/scripts/setup-android-sdk.sh
574
+ cd -
575
}
576
577
install_static_linux_sdk() {
.github/workflows/test-sdks.yml
@@ -34,4 +34,3 @@ jobs:
34
35
- name: Check Binary
36
run: file .build/debug/hello
37
-
0 commit comments