Skip to content

Commit ff02457

Browse files
committed
adding shell
1 parent bca43c5 commit ff02457

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ runs:
2020
- name: Compute binary path
2121
id: compute-path
2222
run: echo "BINARY_PATH=$(swift build --configuration release --show-bin-path)/public-api-diff" >> $GITHUB_ENV
23-
23+
shell: bash
24+
2425
- name: Cache Swift Build
2526
uses: actions/cache@v3
2627
with:

0 commit comments

Comments
 (0)