Skip to content

Commit 9753633

Browse files
committed
1 parent 36c2754 commit 9753633

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ runs:
1414
steps:
1515
- name: Install Toolchain
1616
run: brew install swift-android-sdk/toolchain/swift-android-sdk@${{ inputs.swift-version }} skiptools/skip/skip
17+
shell: bash
1718
- name: Build package
1819
run: skip android build --build-tests --package-path ${{ inputs.package-path }}
20+
shell: bash
21+
1922

0 commit comments

Comments
 (0)