Skip to content

Commit

Permalink
fix: pnpm install
Browse files Browse the repository at this point in the history
  • Loading branch information
JiLiZART committed Feb 10, 2024
1 parent d9b31ea commit d8a1c1d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
with:
node-version: 20

- name: Install PNPM
uses: pnpm/action-setup@v2
with:
version: 8
run_install: false

- name: install Rust stable
uses: dtolnay/rust-toolchain@stable

Expand All @@ -34,7 +40,7 @@ jobs:
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
- name: install frontend dependencies
run: yarn 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:
Expand Down

0 comments on commit d8a1c1d

Please sign in to comment.