Skip to content

Commit edbcabf

Browse files
committed
Add ls to debug
1 parent 951781e commit edbcabf

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/sycl-windows-build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -215,14 +215,10 @@ jobs:
215215
Remove-Item -Path "windows_detect_hung_tests.ps1"
216216
exit $exitCode
217217
#############################################################################
218-
- name: Copy toolchain
219-
if: ${{ always() && !cancelled() && steps.build.conclusion == 'success' }}
220-
# We must have the compiler in the same location as it will be in the E2E
221-
# run-tests job.
222-
run: cp -r $GITHUB_WORKSPACE/build/install $GITHUB_WORKSPACE/install
223218
- name: Setup SYCL toolchain
224219
run: |
225220
echo "PATH=$env:GITHUB_WORKSPACE\\install\\bin;$env:PATH" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
221+
ls
226222
- name: Configure E2E
227223
shell: cmd
228224
run: |

0 commit comments

Comments
 (0)