[Fix] (workflow): fix CI for benchmark

This commit is contained in:
2025-08-06 13:45:45 +08:00
parent 510c2fa01e
commit 8501745c43
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
- name: Configure CMake
working-directory: ${{env.BENCH_ROOT}}
run: cmake -S . -B build-bench
run: cmake -S . -B build-bench -DCMAKE_BUILD_TYPE=Release -DBENCHMARK_DOWNLOAD_DEPENDENCIES=ON -DBENCHMARK_ENABLE_TESTING=OFF
- name: Build
working-directory: ${{env.BENCH_ROOT}}/build-bench