Skip to content

Commit

Permalink
fix: ci related to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanzyTHEbar committed May 1, 2023
1 parent e9e47e1 commit e949f69
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,17 @@ jobs:
sudo apt-get update
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
npm install -g typescript
npm install -g pnpm
- name: install dependencies (windows only)
if: matrix.platform == 'windows-latest'
run: |
npm install -g typescript
- name: Install dependencies (Yarn)
run: cd GUI/ETVR && pnpm install
run: |
cd GUI/ETVR
pnpm install
- uses: JonasKruckenberg/[email protected]
id: tauri_build
Expand Down

0 comments on commit e949f69

Please sign in to comment.