Skip to content

Commit c88938a

Browse files
Merge pull request #1411 from PatKamin/fix-umf-bench-lib-path
Fix wrong LD_LIBRARY_PATH in umf benchmarks
2 parents c8136ed + 43f082f commit c88938a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
~/bench_workdir_umf
205205
--results-dir ${{ github.workspace }}/results-repo
206206
--output-markdown
207-
${{ (inputs.compatibility == 0) && format('--umf {0} --timeout 3000 --output-html remote', env.BUILD_DIR) || '' }}
207+
${{ (inputs.compatibility == 0) && format('--umf {0}/ --timeout 3000 --output-html remote', env.BUILD_DIR) || '' }}
208208
${{ (inputs.compatibility == 1) && format('--sycl {0} --timeout 7200', env.SYCL_DIR) || '' }}
209209
${{ env.bench_params }}
210210

0 commit comments

Comments
 (0)