Skip to content

Commit 0893c7d

Browse files
committed
workflow
1 parent e51b57a commit 0893c7d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-only.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
- name: Checkout repository
1919
uses: actions/checkout@v4
2020

21+
- name: Install system dependencies
22+
run: |
23+
sudo apt update
24+
sudo apt install -y libwebkit2gtk-4.1-dev build-essential curl wget file libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev pkg-config libglib2.0-dev libgobject-introspection-1.0-dev
25+
2126
- name: Setup Rust
2227
uses: actions-rs/toolchain@v1
2328
with:

0 commit comments

Comments
 (0)