We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d202ebb commit 05b0582Copy full SHA for 05b0582
.github/workflows/publish.yml
@@ -32,6 +32,11 @@ jobs:
32
with:
33
node-version: lts/*
34
35
+ - name: setup bun
36
+ uses: oven-sh/setup-bun@v2
37
+ with:
38
+ bun-version: latest
39
+
40
- name: install Rust stable
41
uses: dtolnay/rust-toolchain@stable
42
@@ -45,7 +50,7 @@ jobs:
45
50
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
46
51
47
52
- name: install frontend dependencies
48
- run: npm install # Or bun install, pnpm install, yarn install
53
+ run: bun install
49
54
55
- uses: tauri-apps/tauri-action@v0
56
env:
0 commit comments