Skip to content

Commit 5aa1242

Browse files
committed
ci(github): install missing dbus-x11 debian dep in Integration workflow
1 parent 21cec21 commit 5aa1242

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration.yml

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
apt-get install -y clamav
3333
- name: Print ClamAV version
3434
run: clamscan -V
35+
- name: Install Debian dependencies
36+
run: sudo apt install dbus-x11
3537
- name: Install Node.js dependencies
3638
run: yarn --frozen-lockfile
3739
- name: Build binary

0 commit comments

Comments
 (0)