From ccb83cc9beb36489d2340d463b1b70a87590684f Mon Sep 17 00:00:00 2001 From: Quentin Bourgerie Date: Mon, 5 Dec 2022 17:10:56 +0100 Subject: [PATCH] chore(ci): Fix benchmark generation in CI --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 631e691e3..dcd52e832 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -103,7 +103,7 @@ jobs: run: | set -e cd compiler - make BINDINGS_PYTHON_ENABLED=OFF build-benchmarks generate-benchmarks + make BINDINGS_PYTHON_ENABLED=OFF build-benchmarks generate-cpu-benchmarks - name: Download KeySetCache if: ${{ !contains(github.head_ref, 'newkeysetcache') }}