Skip to content

Commit ea2b90b

Browse files
fix: add setup-bun to publish-commit job
1 parent 9f0e322 commit ea2b90b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ jobs:
9292
with:
9393
fetch-depth: 0
9494

95+
- name: Install Bun
96+
uses: oven-sh/setup-bun@v2.2.0
97+
9598
- name: Setup Pantry
9699
uses: home-lang/pantry/packages/action@main
97100

0 commit comments

Comments
 (0)