Skip to content

Commit

Permalink
ci: add pnpm install to build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
OfficialCRUGG committed Sep 18, 2024
1 parent 1eb32b0 commit 07706fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
- uses: pnpm/action-setup@v4
with:
version: 9

- name: install frontend dependencies
run: pnpm install

Expand Down

0 comments on commit 07706fe

Please sign in to comment.