chore(ci): Fix benchmark generation in CI

This commit is contained in:
Quentin Bourgerie
2022-12-05 17:10:56 +01:00
parent 7d785eebec
commit ccb83cc9be

View File

@@ -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') }}