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 2222 # arch: ['x86_64']
2323 # build both the quick (x86_64) and complete (aarch64,x86_64,armv7) SDKs
2424 # 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']
2627 runs-on : ubuntu-24.04
2728 steps :
2829 - name : Checkout repository
@@ -164,3 +165,16 @@ jobs:
164165 installed-sdk : ${{ steps.info.outputs.sdk-id }}
165166 installed-swift : ${{ steps.info.outputs.swift-root }}
166167
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