Update main.yml

This commit is contained in:
Youwen Wu 2024-03-13 12:40:07 -07:00 committed by GitHub
parent 4ff0b59cd7
commit aef448f6ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: