From 43f082fe5103974ce2f17e77c67263c4757465ee Mon Sep 17 00:00:00 2001 From: Patryk Kaminski Date: Thu, 3 Jul 2025 13:56:34 +0200 Subject: [PATCH] Fix wrong LD_LIBRARY_PATH in umf benchmarks --- .github/workflows/reusable_benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable_benchmarks.yml b/.github/workflows/reusable_benchmarks.yml index fcecb4f83..780911385 100644 --- a/.github/workflows/reusable_benchmarks.yml +++ b/.github/workflows/reusable_benchmarks.yml @@ -204,7 +204,7 @@ jobs: ~/bench_workdir_umf --results-dir ${{ github.workspace }}/results-repo --output-markdown - ${{ (inputs.compatibility == 0) && format('--umf {0} --timeout 3000 --output-html remote', env.BUILD_DIR) || '' }} + ${{ (inputs.compatibility == 0) && format('--umf {0}/ --timeout 3000 --output-html remote', env.BUILD_DIR) || '' }} ${{ (inputs.compatibility == 1) && format('--sycl {0} --timeout 7200', env.SYCL_DIR) || '' }} ${{ env.bench_params }}