Skip to content

Commit f97cdcf

Browse files
committed
fix: add missing shell property to composite action step
1 parent c53fc14 commit f97cdcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/ci-setup/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ runs:
1515
bun-version: ${{ inputs.bun-version }}
1616

1717
- name: Install dependencies
18+
shell: bash
1819
run: bun install --frozen-lockfile

0 commit comments

Comments
 (0)