We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51b57a commit 0893c7dCopy full SHA for 0893c7d
.github/workflows/test-only.yml
@@ -18,6 +18,11 @@ jobs:
18
- name: Checkout repository
19
uses: actions/checkout@v4
20
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
+
26
- name: Setup Rust
27
uses: actions-rs/toolchain@v1
28
with:
0 commit comments