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