File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 22
22
# arch: ['x86_64']
23
23
# build both the quick (x86_64) and complete (aarch64,x86_64,armv7) SDKs
24
24
# arch: ['x86_64', '']
25
- swift-version : ['release', 'swift-6.2-branch', 'development']
25
+ # swift-version: ['release', 'swift-6.2-branch', 'development']
26
+ swift-version : ['swift-6.2-branch', 'development']
26
27
runs-on : ubuntu-24.04
27
28
steps :
28
29
- name : Checkout repository
@@ -164,3 +165,16 @@ jobs:
164
165
installed-sdk : ${{ steps.info.outputs.sdk-id }}
165
166
installed-swift : ${{ steps.info.outputs.swift-root }}
166
167
168
+ - name : Checkout swift-android-native
169
+ uses : actions/checkout@v4
170
+ with :
171
+ repository : skiptools/swift-android-native
172
+ path : swift-android-native
173
+ - name : Test swift-android-native
174
+ uses : skiptools/swift-android-action@main
175
+ with :
176
+ run-tests : ${{ matrix.arch == '' }}
177
+ package-path : swift-android-native
178
+ installed-sdk : ${{ steps.info.outputs.sdk-id }}
179
+ installed-swift : ${{ steps.info.outputs.swift-root }}
180
+
You can’t perform that action at this time.
0 commit comments