Skip to content

Commit 05b0582

Browse files
update publish to setup bun
1 parent d202ebb commit 05b0582

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
with:
3333
node-version: lts/*
3434

35+
- name: setup bun
36+
uses: oven-sh/setup-bun@v2
37+
with:
38+
bun-version: latest
39+
3540
- name: install Rust stable
3641
uses: dtolnay/rust-toolchain@stable
3742
with:
@@ -45,7 +50,7 @@ jobs:
4550
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
4651
4752
- name: install frontend dependencies
48-
run: npm install # Or bun install, pnpm install, yarn install
53+
run: bun install
4954

5055
- uses: tauri-apps/tauri-action@v0
5156
env:

0 commit comments

Comments
 (0)