We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef5514 commit 289b404Copy full SHA for 289b404
.github/workflows/build_test_ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install Dependencies
18
run: |
19
sudo apt-get update
20
- sudo apt-get install -y build-essential libjansson-dev xvfb libnotify-bin strace
+ sudo apt-get install -y build-essential libjansson-dev
21
22
- name: Compile C Program
23
run: gcc -o suricata-notify suricata-notify.c -ljansson
@@ -39,6 +39,10 @@ jobs:
39
with:
40
name: suricata-notify
41
path: ./
42
+ - name: Install Dependencies
43
+ run: |
44
+ sudo apt-get update
45
+ sudo apt-get install -y build-essential xvfb libnotify-bin strace
46
47
- name: List Downloaded Files
48
run: ls -la
0 commit comments