File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 53
53
run : brew install skiptools/skip/swift-android-toolchain@${{ inputs.swift-version }}
54
54
shell : bash
55
55
- name : Build Swift package for Android
56
- run : skip android build --build-tests --package-path ${{ inputs.package-path }} --swift-version ${{ inputs.swift-version }} ${{ inputs.swift-build-flags }}
56
+ run : skip android build --build-tests --arch aarch64 --arch x86_64 -- package-path ${{ inputs.package-path }} --swift-version ${{ inputs.swift-version }} ${{ inputs.swift-build-flags }}
57
57
shell : bash
58
58
- name : Run Swift tests on Android emulator
59
59
if : ${{ inputs.run-tests == 'true' }}
63
63
emulator-boot-timeout : ${{ inputs.android-emulator-boot-timeout }}
64
64
emulator-options : ${{ inputs.android-emulator-options }}
65
65
arch : ${{ inputs.android-emulator-arch }}
66
- script : skip android test --package-path ${{ inputs.package-path }} --swift-version ${{ inputs.swift-version }} ${{ inputs.swift-build-flags }} ${{ inputs.swift-test-flags }}
66
+ script : skip android test --arch ${{ inputs.android-emulator-arch }} -- package-path ${{ inputs.package-path }} --swift-version ${{ inputs.swift-version }} ${{ inputs.swift-build-flags }} ${{ inputs.swift-test-flags }}
67
67
You can’t perform that action at this time.
0 commit comments