We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88e55ce commit dedd2a8Copy full SHA for dedd2a8
1 file changed
.github/workflows/swift_package_test.yml
@@ -651,6 +651,7 @@ jobs:
651
- name: Install Swift SDK for Android and build
652
env:
653
BUILD_FLAGS: ${{ (contains(matrix.swift_version, 'nightly') && inputs.swift_nightly_flags) || inputs.swift_flags }} ${{ inputs.enable_android_sdk_checks && '--build-tests' }}
654
+ shell: bash
655
run: |
656
${{ inputs.android_sdk_pre_build_command }}
657
${{ steps.script_path.outputs.root }}/.github/workflows/scripts/install-and-build-with-sdk.sh --android --flags="$BUILD_FLAGS" --build-command="${{ inputs.android_sdk_build_command }}" --android-sdk-triple=${{ join(fromJson(inputs.android_sdk_triples), ' --android-sdk-triple=') }} --android-ndk-version="${{ matrix.ndk_version }}" ${{ matrix.swift_version }}
0 commit comments