Skip to content

Commit bc50659

Browse files
committed
ci: remove unnecessary bun global install
pkglab ships compiled binaries with Bun bundled in, no external bun dependency needed.
1 parent 9636da4 commit bc50659

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

.github/actions/init-blacksmith/action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,6 @@ runs:
119119
run: pnpm install
120120
shell: bash
121121

122-
- name: Install Bun
123-
run: npm install -g bun
124-
shell: bash
125-
126122
- name: Add node_modules/.bin to PATH
127123
run: echo "${{ github.workspace }}/node_modules/.bin" >> $GITHUB_PATH
128124
shell: bash

.github/actions/init/action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,6 @@ runs:
119119
run: pnpm install
120120
shell: bash
121121

122-
- name: Install Bun
123-
run: npm install -g bun
124-
shell: bash
125-
126122
- name: Add node_modules/.bin to PATH
127123
run: echo "${{ github.workspace }}/node_modules/.bin" >> $GITHUB_PATH
128124
shell: bash

0 commit comments

Comments
 (0)