From a496865e9606cc3a159dc7d4269f33589f4ef32c Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Fri, 26 Feb 2021 11:23:29 -0300 Subject: [PATCH] Adds hyperscan to the build matrix --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63c754a5..6723c7c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,7 @@ jobs: - {label: "wo lmdb", opt: "--without-lmdb" } - {label: "wo ssdeep", opt: "--without-ssdeep" } - {label: "wo lua", opt: "--without-lua" } + - {label: "wo hs", opt: "--without-hyperscan" } - {label: "without maxmind", opt: "--without-maxmind" } steps: - name: Setup Dependencies