diff options
author | Nardi Ivan <nardi.ivan@gmail.com> | 2024-01-15 19:49:27 +0100 |
---|---|---|
committer | Nardi Ivan <nardi.ivan@gmail.com> | 2024-01-15 19:49:27 +0100 |
commit | b22fa558ff9810add76f107287f4e0ce8ce0afc0 (patch) | |
tree | c777808dba088705f264b9f5e395472347224823 /.github/workflows | |
parent | d29c2f3ad174c23469621ccf4ae1281ac2e5e9c1 (diff) |
ndpiReader: fix memory leak
Change the working directory of `ndpiReader` in the Github Actions so
that it can load the domain suffix list during `domainsUnitTest()`
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fdd6f00ea..107ee7ee8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -313,7 +313,7 @@ jobs: - name: Print nDPI long help if: startsWith(matrix.arch, 'x86_64') && !startsWith(matrix.os, 'windows') run: | - ./example/ndpiReader -H + cd ./example && ./ndpiReader -H - name: Install nDPI if: startsWith(matrix.arch, 'x86_64') && !startsWith(matrix.os, 'windows') run: | |