Skip to content

Commit 663ab83

Browse files
committed
Fix build deps
1 parent c143929 commit 663ab83

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/rust-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
path: target/**
2929
key: ${{ runner.os }}-rust-cache
3030

31+
- name: Install build dependencies
32+
run: |
33+
sudo apt-get update
34+
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
35+
3136
- name: Build
3237
run: cargo build
3338

0 commit comments

Comments
 (0)