Skip to content

Commit 3f88b5c

Browse files
Update release.yml
1 parent 16eb01a commit 3f88b5c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@ jobs:
4848
# webkitgtk 4.0 is for Tauri v1 - webkitgtk 4.1 is for Tauri v2.
4949
# You can remove the one that doesn't apply to your app to speed up the workflow a bit.
5050

51-
- name: install Bun
52-
run: curl -fsSL https://bun.sh/install | bash
51+
- name: Install Bun
52+
uses: oven-sh/setup-bun@v1
53+
with:
54+
bun-version: latest
5355

5456
- name: install frontend dependencies
5557
run: bun install # change this to npm, pnpm or bun depending on which one you use.

0 commit comments

Comments
 (0)