From 69f5d1318a450798add958e8ec7d6554cb92f4d6 Mon Sep 17 00:00:00 2001 From: Peter Haag Date: Sat, 29 Jun 2024 14:22:22 +0200 Subject: [PATCH] Update c-cpp.yml Add flow, max mind, tor and nfpcapd to the test --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 18626c5e..256ed007 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -16,7 +16,7 @@ jobs: - name: bootstrap run: sh bootstrap - name: configure - run: ./configure + run: ./configure --enable-sflow --enable-maxmind --enable-tor --enable-nfpcapd - name: make run: make - name: make check