From 33a46cc633c847585e5272e0b971024ed8cccb7e Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Fri, 20 Jan 2023 16:19:46 +0100 Subject: [PATCH] ci: cache the ruleset --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 52be6841..f45cb98a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,6 +42,8 @@ jobs: run: python -m pip install --upgrade pip setuptools - name: Install capa with build requirements run: pip install -e .[build] + - name: Cache the rule set + run: python ./scripts/cache-ruleset.py ./rules/ ./cache/ - name: Build standalone executable run: pyinstaller --log-level DEBUG .github/pyinstaller/pyinstaller.spec - name: Does it run (PE)?