Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chbinousamy authored Dec 15, 2023
1 parent 5cd912a commit f2b0796
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Chain Build Tests Demo

on:
push:
branches: [ "porcupine" ]
branches: [ "porcupino" ]
pull_request:
branches: [ "porcupine" ]
branches: [ "porcupino" ]

jobs:
build-chain:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
-
name: "snort3, the next generation Snort IPS (Intrusion Prevention System)"
run: |
git clone --branch porcupine --recurse-submodules --depth=1 https://github.com/chbinousamy/porcinet.git
git clone --branch porcupino --recurse-submodules --depth=1 https://github.com/chbinousamy/porcinet.git
cd porcinet && ./configure_cmake.sh && cd build && make -j 4 && sudo make install && make clean
sudo ln -s /usr/local/snort/lib/pkgconfig/snort.pc /usr/lib/pkgconfig/snort.pc
export LD_LIBRARY_PATH=/usr/local/lib && sudo ldconfig
Expand Down

0 comments on commit f2b0796

Please sign in to comment.