From d8eb027c94ba3c50931d6d9a930d9bd79ccc390c Mon Sep 17 00:00:00 2001 From: WerWolv Date: Mon, 18 Jul 2022 20:15:14 +0200 Subject: [PATCH] git: Make tests also pull latest patterns --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5a11c2f1a..494f71e5d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -54,6 +54,7 @@ jobs: -DCMAKE_CXX_COMPILER_LAUNCHER=ccache \ -DCMAKE_C_FLAGS="-fuse-ld=lld" \ -DCMAKE_CXX_FLAGS="-fuse-ld=lld" \ + -DIMHEX_PATTERNS_PULL_MASTER=ON \ .. make -j4 unit_tests install