Skip to content

Commit e41485c

Browse files
committed
Add dpcpp toolchain to the PATH to find sycl-ls.
1 parent 8d9186e commit e41485c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

devops/actions/khronos_cts_test/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ runs:
7777
shell: bash
7878
run: |
7979
echo "::group::Configure execution environment"
80+
export PATH=$PWD/toolchain/bin/:$PATH
8081
export LD_LIBRARY_PATH=$PWD/toolchain/lib/:$LD_LIBRARY_PATH
8182
# TODO make this part of container build
8283
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/rocm/hip/lib/:/opt/rocm/lib

0 commit comments

Comments
 (0)