You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+23-2Lines changed: 23 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,10 @@ jobs:
121
121
run: swiftly run swift sdk install https://download.swift.org/development/android-sdk/${SWIFT_ANDROID_SDK_VERSION}/${SWIFT_ANDROID_SDK_VERSION}_android-0.1.artifactbundle.tar.gz --checksum ${SWIFT_ANDROID_SDK_CHECKSUM}
122
122
123
123
- name: List Swift SDKs
124
-
run: swiftly run swift sdk list
124
+
run: |
125
+
swiftly run swift sdk list
126
+
swiftly run swift --version
127
+
swiftly run swift --version +"${SWIFT_TOOLCHAIN_VERSION}"
125
128
126
129
- name: Install Android NDK
127
130
run: |
@@ -228,7 +231,7 @@ jobs:
228
231
git clone https://github.com/${ORG}/${PACKAGE}
229
232
cd ${PACKAGE}
230
233
231
-
swiftly run swift build --swift-sdk "${ANDROID_EMULATOR_ARCH_TRIPLE}-unknown-linux-android${ANDROID_API}" --build-tests
234
+
swiftly run swift build --swift-sdk "${ANDROID_EMULATOR_ARCH_TRIPLE}-unknown-linux-android${ANDROID_API}" --build-tests +"${SWIFT_TOOLCHAIN_VERSION}"
0 commit comments