We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d9186e commit e41485cCopy full SHA for e41485c
devops/actions/khronos_cts_test/action.yml
@@ -77,6 +77,7 @@ runs:
77
shell: bash
78
run: |
79
echo "::group::Configure execution environment"
80
+ export PATH=$PWD/toolchain/bin/:$PATH
81
export LD_LIBRARY_PATH=$PWD/toolchain/lib/:$LD_LIBRARY_PATH
82
# TODO make this part of container build
83
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/rocm/hip/lib/:/opt/rocm/lib
0 commit comments