Skip to content

Commit

Permalink
how
Browse files Browse the repository at this point in the history
Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
  • Loading branch information
sarnex committed Oct 23, 2024
1 parent 9b5d554 commit 586d335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sycl-linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ jobs:
if: always() && !cancelled()
run: |
export LD_LIBRARY_PATH=/usr/local/cuda/compat/:/usr/local/cuda/lib64:$LD_LIBRARY_PATH
echo LIT_OPTS="--allow-empty-runs" >> $GITHUB_OUTPUT
echo LIT_FILTER="e2e_test_requirements" >> $GITHUB_OUTPUT
export LIT_OPTS="--allow-empty-runs"
export LIT_FILTER="e2e_test_requirements"
cmake --build $GITHUB_WORKSPACE/build --target check-sycl
- name: check-sycl
if: always() && !cancelled() && contains(inputs.changes, 'sycl')
Expand Down

0 comments on commit 586d335

Please sign in to comment.