File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -95,12 +95,18 @@ jobs:
9595 exit 1
9696 fi
9797
98+ - name : " Install Swift Host Toolchain"
99+ run : swiftly install main-snapshot-2025-10-16
100+
98101 - name : " Install Swift SDK for Android"
99102 run : swift sdk install https://download.swift.org/development/android-sdk/swift-DEVELOPMENT-SNAPSHOT-2025-10-16-a/swift-DEVELOPMENT-SNAPSHOT-2025-10-16-a_android-0.1.artifactbundle.tar.gz --checksum 451844c232cf1fa02c52431084ed3dc27a42d103635c6fa71bae8d66adba2500
100103
104+ - name : " List Swift SDKs"
105+ run : swift sdk list
106+
101107 - name : " Setup Swift SDK for Android"
102108 run : |
103- cd ~/Library/org.swift.swiftpm || cd ~ /.swiftpm
109+ cd ~/Library/org.swift.swiftpm || cd ${XDG_CONFIG_HOME:-$HOME} /.swiftpm
104110 ./swift-sdks/swift-DEVELOPMENT-SNAPSHOT-2025-10-16-a-android-0.1.artifactbundle/swift-android/scripts/setup-android-sdk.sh
105111
106112 - name : " Build Swift Executable for Android"
You can’t perform that action at this time.
0 commit comments