mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Fixed nDPI configure
This commit is contained in:
parent
6013dca27e
commit
f92ab52522
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
sudo apt-get install libglib2.0 libxml2-dev libpcap-dev librrd-dev redis-server libsqlite3-dev libhiredis-dev libmaxminddb-dev libcurl4-openssl-dev libzmq3-dev git libjson-c-dev
|
||||
- name: Build nDPI
|
||||
run: |
|
||||
git clone https://github.com/ntop/nDPI.git; cd nDPI; ./autogen.sh; make; cd ..
|
||||
git clone https://github.com/ntop/nDPI.git; cd nDPI; ./autogen.sh; ./configure; make; cd ..
|
||||
- name: Configure
|
||||
run: |
|
||||
./autogen.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue