Skip to content

Commit fd448a0

Browse files
committed
Update action.yml
1 parent 3dcfbbe commit fd448a0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ runs:
1111
using: 'composite'
1212
steps:
1313
- name: Set up Bun
14-
uses: oven-sh/setup-bun@v2
15-
with:
16-
bun-version: ${{ inputs.bun-version }}
14+
shell: bash
15+
run: npm install -g bun@${{ inputs.bun-version }}
1716

1817
- name: Cache dependencies
1918
uses: actions/cache@v4

0 commit comments

Comments
 (0)