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 48
48
run : brew install skiptools/skip/swift-android-toolchain@${{ inputs.swift-version }}
49
49
shell : bash
50
50
- name : Build Swift package for Android
51
- run : skip android build --build-tests --package-path ${{ inputs.package-path }} ${{ inputs.swift-build-flags }}
51
+ run : skip android build --build-tests --package-path ${{ inputs.package-path }} --swift-version ${{ inputs.swift-version }} ${{ inputs.swift-build-flags }}
52
52
shell : bash
53
53
- name : Run Swift tests on Android emulator
54
54
if : ${{ inputs.run-tests == 'true' }}
58
58
emulator-boot-timeout : ${{ inputs.android-emulator-boot-timeout }}
59
59
emulator-options : ${{ inputs.android-emulator-options }}
60
60
arch : x86_64
61
- script : skip android test --package-path ${{ inputs.package-path }} ${{ inputs.swift-build-flags }} ${{ inputs.swift-test-flags }}
61
+ script : skip android test --package-path ${{ inputs.package-path }} --swift-version ${{ inputs.swift-version }} ${{ inputs.swift-build-flags }} ${{ inputs.swift-test-flags }}
62
62
You can’t perform that action at this time.
0 commit comments