Update main.yml
This commit is contained in:
parent
4ff0b59cd7
commit
aef448f6ff
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: install frontend dependencies
|
||||
run: npm install # change this to npm or pnpm depending on which one you use
|
||||
run: pnpm install # change this to npm or pnpm depending on which one you use
|
||||
|
||||
- uses: tauri-apps/tauri-action@v0
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue