Skip to content

Commit

Permalink
ci update: pnpm install, from https://github.com/tauri-apps/tauri-act…
Browse files Browse the repository at this point in the history
  • Loading branch information
sftblw committed Nov 13, 2023
1 parent 4e58b3d commit c546ae9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tauri-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
- name: install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.x.x
- name: install frontend dependencies
run: pnpm install # change this to npm or pnpm depending on which one you use
- uses: tauri-apps/tauri-action@v0
Expand Down

0 comments on commit c546ae9

Please sign in to comment.