Skip to content

Commit

Permalink
dependency install
Browse files Browse the repository at this point in the history
  • Loading branch information
con-cis committed Aug 19, 2024
1 parent 3ef5514 commit 289b404
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential libjansson-dev xvfb libnotify-bin strace
sudo apt-get install -y build-essential libjansson-dev
- name: Compile C Program
run: gcc -o suricata-notify suricata-notify.c -ljansson
Expand All @@ -39,6 +39,10 @@ jobs:
with:
name: suricata-notify
path: ./
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential xvfb libnotify-bin strace
- name: List Downloaded Files
run: ls -la
Expand Down

0 comments on commit 289b404

Please sign in to comment.