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 f67d29a commit 545da2aCopy full SHA for 545da2a
devops/actions/run-tests/e2e/action.yml
@@ -51,6 +51,19 @@ runs:
51
if [ -n "$CMAKE_EXTRA_ARGS" ]; then
52
echo "opts=$CMAKE_EXTRA_ARGS" >> $GITHUB_OUTPUT
53
fi
54
+ - name: Download L0 loader
55
+ shell: bash
56
+ run: |
57
+ git clone https://github.com/oneapi-src/level-zero.git
58
+ cd level-zero
59
+ git checkout c4892da92dab13a2d276a18975f9fff4268c2daf
60
+ mkdir build
61
+ cd build
62
+ cmake .. -GNinja
63
+ ninja
64
+ cd ../..
65
+ echo LD_LIBRARY_PATH=$PWD/level-zero/build/lib:$LD_LIBRARY_PATH >> $GITHUB_ENV
66
+
67
- name: Configure E2E tests
68
if: inputs.testing_mode != 'run-only'
69
shell: bash
0 commit comments