We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad60259 commit ca750efCopy full SHA for ca750ef
2 files changed
.github/workflows/release.yml
@@ -17,7 +17,6 @@ jobs:
17
uses: actions/setup-node@v4
18
with:
19
node-version: 20
20
- cache: 'npm'
21
22
- name: Setup Rust
23
uses: dtolnay/rust-toolchain@stable
@@ -28,7 +27,7 @@ jobs:
28
27
workspaces: './src-tauri -> target'
29
30
- name: Install dependencies
31
- run: npm ci
+ run: npm install
32
33
- name: Build and release
34
uses: tauri-apps/tauri-action@v0
.github/workflows/tip.yml
- name: Build Tauri app
run: npm run tauri:build
0 commit comments