Skip to content

Commit

Permalink
ci [lint]: add required deps
Browse files Browse the repository at this point in the history
  • Loading branch information
phildenhoff committed Feb 17, 2024
1 parent 4dba510 commit afb72b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ jobs:
prefix-key: "v0-rust"
workspaces: "src-tauri"

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
- name: Install node packages
run: bun install

Expand Down

0 comments on commit afb72b5

Please sign in to comment.