Skip to content

Commit bbcb934

Browse files
Update Android SDK build name to include NDK version
This allows differentiating them when multiple NDKs are used. As far as multiple triples, I think those should be handled within the workflow, rather than splitting off into new matrix entries (especially as we already have some multi-triple build capabilities in swiftpm for macOS now and could conceivably extend that to Android), but that's for another PR.
1 parent 2fe9a61 commit bbcb934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift_package_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ jobs:
504504
bash -s -- --embedded-wasm --flags="$BUILD_FLAGS" ${{ matrix.swift_version }}
505505
506506
android-sdk-build:
507-
name: Swift SDK for Android Build (${{ matrix.swift_version }} - ${{ matrix.os_version }})
507+
name: Swift SDK for Android Build (${{ matrix.swift_version }} - ${{ matrix.os_version }} - NDK ${{ matrix.ndk_version }})
508508
if: ${{ inputs.enable_android_sdk_build }}
509509
runs-on: ubuntu-latest
510510
strategy:

0 commit comments

Comments
 (0)