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 951781e commit edbcabfCopy full SHA for edbcabf
.github/workflows/sycl-windows-build.yml
@@ -215,14 +215,10 @@ jobs:
215
Remove-Item -Path "windows_detect_hung_tests.ps1"
216
exit $exitCode
217
#############################################################################
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
223
- name: Setup SYCL toolchain
224
run: |
225
echo "PATH=$env:GITHUB_WORKSPACE\\install\\bin;$env:PATH" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
+ ls
226
- name: Configure E2E
227
shell: cmd
228
0 commit comments