From a18d18a28f486894b26c4f7258fe05a6d0300a2f Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Fri, 26 Feb 2021 11:33:18 -0300 Subject: [PATCH] Revert "Adds hyperscan to the build matrix" This reverts commit a496865e9606cc3a159dc7d4269f33589f4ef32c. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6723c7c6..63c754a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,6 @@ 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