Skip to content

Commit

Permalink
Manually intall bun on CI workers
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-spiess committed Sep 5, 2024
1 parent 9f96109 commit bfe7c04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}

- name: Install Bun
- uses: oven-sh/setup-bun@v2

- name: Install Rust (Stable)
if: ${{ matrix.download }}
run: |
Expand Down

0 comments on commit bfe7c04

Please sign in to comment.