We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21cec21 commit 5aa1242Copy full SHA for 5aa1242
.github/workflows/integration.yml
@@ -32,6 +32,8 @@ jobs:
32
apt-get install -y clamav
33
- name: Print ClamAV version
34
run: clamscan -V
35
+ - name: Install Debian dependencies
36
+ run: sudo apt install dbus-x11
37
- name: Install Node.js dependencies
38
run: yarn --frozen-lockfile
39
- name: Build binary
0 commit comments