From b6d7fd6984f43768b33b67fbdc8c088e5176fa3c Mon Sep 17 00:00:00 2001 From: WerWolv Date: Mon, 18 Jul 2022 20:18:41 +0200 Subject: [PATCH] git: Make analysis workflow also pull latest patterns --- .github/workflows/analysis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 52a949980..687617bcc 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -56,6 +56,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 -j 4 install