Skip to content

Commit fa0e942

Browse files
committed
ci: fix issue with clippy check
1 parent 628b83d commit fa0e942

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ jobs:
3434
- name: Install frontend dependencies
3535
run: pnpm install
3636

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+
3743
- name: Check Rust formatting
3844
working-directory: ./src-tauri
3945
run: cargo fmt --all -- --check

0 commit comments

Comments
 (0)