Skip to content

Commit efe2aa0

Browse files
authored
[CI] Set up the path to the compiler if build passes on Win (#18811)
Linux already does the right thing. Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent e22b8e4 commit efe2aa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ jobs:
240240
retention-days: ${{ inputs.retention-days }}
241241

242242
- name: Setup SYCL toolchain
243+
if: ${{ always() && !cancelled() && steps.build.conclusion == 'success' }}
243244
run: |
244245
echo "PATH=$env:GITHUB_WORKSPACE\\install\\bin;$env:PATH" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
245246
echo "LIB=$env:GITHUB_WORKSPACE\\install\\lib;$env:LIB" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append

0 commit comments

Comments
 (0)