Skip to content

Commit

Permalink
Merge pull request #1641 from pbalcer/fix-typo-e2e
Browse files Browse the repository at this point in the history
remove accidental forward slash in e2e workflow...
  • Loading branch information
pbalcer authored May 21, 2024
2 parents 7572256 + 9f4ca60 commit ac9223f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
run: cmake --build ${{github.workspace}}/sycl_build -j

- name: Set extra llvm-lit options
run: echo "LIT_OPTS=\"-sv \${{matrix.adapter.extra_lit_flags}}\"" >> $GITHUB_ENV
run: echo "LIT_OPTS=\"-sv ${{matrix.adapter.extra_lit_flags}}\"" >> $GITHUB_ENV

- name: Run check-sycl
# Remove after fixing SYCL test :: abi/layout_handler.cpp
Expand Down

0 comments on commit ac9223f

Please sign in to comment.