Skip to content

Commit 340a18c

Browse files
committed
[DEBUG] Leave umf installed with sycl
1 parent 9d67cc6 commit 340a18c

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
@@ -170,7 +170,7 @@ jobs:
170170
echo "LD_LIBRARY_PATH=${{ github.workspace }}/sycl/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
171171
172172
- name: Remove UMF libraries from sycl
173-
if: runner == 'L0_PERF_GPU'
173+
if: false && runner == 'L0_PERF_GPU'
174174
run: rm -f ${{ env.SYCL_DIR }}/lib/libumf*
175175

176176
- name: Run sycl-ls

0 commit comments

Comments
 (0)