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 f9963b6 commit 366f3a6Copy full SHA for 366f3a6
.github/workflows/integration-backend.yml
@@ -24,6 +24,11 @@ jobs:
24
- name: Checkout
25
uses: actions/checkout@v4
26
27
+ - name: install dependencies (ubuntu only)
28
+ run: |
29
+ sudo apt-get update
30
+ sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
31
+
32
- name: Install Rust
33
uses: actions-rs/toolchain@v1
34
with:
.github/workflows/integration-frontend.yml
@@ -1,4 +1,4 @@
1
-name: CI
+name: CI for Frontend
2
3
on:
4
push:
0 commit comments