Skip to content

Commit 289b404

Browse files
committed
dependency install
1 parent 3ef5514 commit 289b404

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build_test_ci.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Dependencies
1818
run: |
1919
sudo apt-get update
20-
sudo apt-get install -y build-essential libjansson-dev xvfb libnotify-bin strace
20+
sudo apt-get install -y build-essential libjansson-dev
2121
2222
- name: Compile C Program
2323
run: gcc -o suricata-notify suricata-notify.c -ljansson
@@ -39,6 +39,10 @@ jobs:
3939
with:
4040
name: suricata-notify
4141
path: ./
42+
- name: Install Dependencies
43+
run: |
44+
sudo apt-get update
45+
sudo apt-get install -y build-essential xvfb libnotify-bin strace
4246
4347
- name: List Downloaded Files
4448
run: ls -la

0 commit comments

Comments
 (0)