Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtualHotBar committed Apr 19, 2024
1 parent cdb830c commit 22021c2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Install dependencies-linux
run: sudo apt-get install libgtk-3-dev && sudo apt-get install libsoup2.4-dev&& sudo apt-get install libjavascriptcoregtk-4.0-dev

- name: install dependencies (ubuntu only)
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
- name: Build app
run: pnpm run tauri-build
Expand Down

0 comments on commit 22021c2

Please sign in to comment.