Skip to content

Commit 996ed78

Browse files
committed
Fix swiftly install
1 parent 2859f64 commit 996ed78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
echo "${SWIFTLY_BIN_DIR}" >> "${GITHUB_PATH}"
9797
9898
- name: Install Swift Host Toolchain
99-
run: swiftly install main-snapshot-2025-10-16
99+
run: swiftly install --use main-snapshot-2025-10-16
100100

101101
- name: Install Swift SDK for Android
102102
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

0 commit comments

Comments
 (0)