We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8dc18d commit b799e09Copy full SHA for b799e09
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
cache: 'npm'
41
42
- name: Install frontend dependencies
43
- run: bun install
+ run: npm install
44
45
- name: Build the app
46
uses: tauri-apps/tauri-action@v0
0 commit comments