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 5739a73 commit cec2042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
- name: Install dependencies
run: pnpm install

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

- name: Build app
run: pnpm run tauri-build
Expand Down

0 comments on commit cec2042

Please sign in to comment.