Skip to content

Commit 6253e20

Browse files
authored
Install bun for ledger (#49)
1 parent 53a036f commit 6253e20

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/_ledger_main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,10 @@ jobs:
207207
node-version: ${{ inputs.node-version }}
208208
- name: Install yarn
209209
run: npm install -g yarn
210+
- name: Install Bun
211+
uses: oven-sh/setup-bun@v1
212+
with:
213+
bun-version: latest
210214
- name: Build and run zemu tests
211215
run: make test_all
212216
- name: Upload Snapshots (only failure)

0 commit comments

Comments
 (0)