We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 628b83d commit fa0e942Copy full SHA for fa0e942
.github/workflows/ci.yml
@@ -34,6 +34,12 @@ jobs:
34
- name: Install frontend dependencies
35
run: pnpm install
36
37
+ - name: Install Linux dependencies
38
+ if: runner.os == 'Linux'
39
+ run: |
40
+ sudo apt-get update
41
+ sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
42
+
43
- name: Check Rust formatting
44
working-directory: ./src-tauri
45
run: cargo fmt --all -- --check
0 commit comments