diff options
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0afdfadb9..c688fa004 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -388,6 +388,10 @@ jobs: make all make -C example ndpiSimpleIntegration make -C rrdtool + - name: Print nDPI long help + if: startsWith(matrix.arch, 'x86_64') && !startsWith(matrix.os, 'windows') + run: | + ./example/ndpiReader -H - name: Install nDPI if: startsWith(matrix.arch, 'x86_64') && !startsWith(matrix.os, 'windows') run: | |