We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16eb01a commit 3f88b5cCopy full SHA for 3f88b5c
1 file changed
.github/workflows/release.yml
@@ -48,8 +48,10 @@ jobs:
48
# webkitgtk 4.0 is for Tauri v1 - webkitgtk 4.1 is for Tauri v2.
49
# You can remove the one that doesn't apply to your app to speed up the workflow a bit.
50
51
- - name: install Bun
52
- run: curl -fsSL https://bun.sh/install | bash
+ - name: Install Bun
+ uses: oven-sh/setup-bun@v1
53
+ with:
54
+ bun-version: latest
55
56
- name: install frontend dependencies
57
run: bun install # change this to npm, pnpm or bun depending on which one you use.
0 commit comments