Skip to content

Commit b8a9e09

Browse files
committed
Revert "try without 'export LD_LIBRARY_PATH'"
This reverts commit d1d0c33.
1 parent d1d0c33 commit b8a9e09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-test-reusable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ jobs:
305305
- name: Build PTI && Run Proton tests
306306
if: matrix.suite == 'rest'
307307
run: |
308+
export LD_LIBRARY_PATH=${{ env.PTI_LIBS_DIR }}:$LD_LIBRARY_PATH
308309
cd third_party/proton/test
309310
pytest test_api.py test_cmd.py test_lib.py test_profile.py test_viewer.py --device xpu -s -v
310311
cd ..

0 commit comments

Comments
 (0)