Skip to content

Commit 92eb403

Browse files
committed
Fix swiftly install
1 parent 596dd32 commit 92eb403

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)