Skip to content

Commit 14af3e7

Browse files
Add required deps
1 parent 04e44d1 commit 14af3e7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/rust.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,20 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v4
19+
- name: Install system packages
20+
run: |
21+
sudo apt update
22+
sudo apt install \
23+
libwebkit2gtk-4.1-dev \
24+
build-essential \
25+
curl \
26+
wget \
27+
file \
28+
libxdo-dev \
29+
libssl-dev \
30+
libayatana-appindicator3-dev \
31+
librsvg2-dev \
32+
lld
1933
- name: Build
2034
run: cargo build --verbose
2135
- name: Run tests

0 commit comments

Comments
 (0)