Skip to content

Commit b6c2650

Browse files
ci: drop redundant setup-bun (pantry installs bun via deps.yaml)
1 parent 92a2bb8 commit b6c2650

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ci.yml

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

95-
- name: Install Bun
96-
uses: oven-sh/setup-bun@v2.2.0
97-
9895
- name: Setup Pantry
9996
uses: home-lang/pantry/packages/action@main
10097

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
with:
2424
registry-url: 'https://registry.npmjs.org'
2525

26-
- name: Install Bun
27-
uses: oven-sh/setup-bun@v2.1.2
28-
2926
- name: Setup Pantry
3027
uses: home-lang/pantry/packages/action@main
3128

0 commit comments

Comments
 (0)