Skip to content

Commit fdddc27

Browse files
committed
Remove release from build/test matrix
1 parent 12ff4f3 commit fdddc27

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/workflows/build_android_sdk.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
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+

0 commit comments

Comments
 (0)