Skip to content

Commit

Permalink
fix: pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Googlefan256 committed Sep 11, 2024
1 parent e9e0604 commit f3caaaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
- name: install pnpm
run: npm i -g pnpm
- name: install frontend dependencies
run: pnpm install
- uses: tauri-apps/tauri-action@v0
Expand Down

0 comments on commit f3caaaf

Please sign in to comment.