diff --git a/.github/workflows/stress_benchmark.yml b/.github/workflows/stress_benchmark.yml index 8eed7fdcd6..401467529c 100644 --- a/.github/workflows/stress_benchmark.yml +++ b/.github/workflows/stress_benchmark.yml @@ -36,7 +36,7 @@ jobs: benchmark: uses: ultimaker/cura-workflows/.github/workflows/benchmark.yml@main with: - conan_extra_args: "-o curaengine:enable_benchmarks=True" + conan_extra_args: "-o \"curaengine/*:enable_benchmarks=True\"" benchmark_cmd: "stress_benchmark/stress_benchmark -o benchmark_result.json" name: "Stress Benchmark" output_file_path: "benchmark_result.json"