Skip to content

Commit ac9223f

Browse files
authored
Merge pull request #1641 from pbalcer/fix-typo-e2e
remove accidental forward slash in e2e workflow...
2 parents 7572256 + 9f4ca60 commit ac9223f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e_core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
run: cmake --build ${{github.workspace}}/sycl_build -j
148148

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

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

0 commit comments

Comments
 (0)