Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
man2k authored Aug 30, 2023
1 parent 586dcf9 commit e68b226
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y webkit2gtk-4.0
- name: Install pnpm
run: |
sudo apt-get install -y pnpm
- name: install app dependencies and build it
run: pnpm && pnpm build
- uses: tauri-apps/tauri-action@v0
Expand Down

0 comments on commit e68b226

Please sign in to comment.