Skip to content

Commit

Permalink
fix: minor fixes for tauri build on linux ci
Browse files Browse the repository at this point in the history
  • Loading branch information
arihant2math committed Sep 11, 2024
1 parent ba3a5d1 commit 047eb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
submodules: 'true'
- name: Setup dependencies
if: startsWith(matrix.os, 'ubuntu')
run: sudo apt-get update && sudo apt-get install build-essential libssl-dev libgtk-3-dev libsoup-3.0-common webkit2gtk-driver xapp libayatana-appindicator3-dev librsvg2-dev
run: sudo apt-get update && sudo apt install libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev

- name: Build
run: cd ui && npm install && npm run tauri build
Expand Down

0 comments on commit 047eb2d

Please sign in to comment.