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 e22b8e4 commit efe2aa0Copy full SHA for efe2aa0
.github/workflows/sycl-windows-build.yml
@@ -240,6 +240,7 @@ jobs:
240
retention-days: ${{ inputs.retention-days }}
241
242
- name: Setup SYCL toolchain
243
+ if: ${{ always() && !cancelled() && steps.build.conclusion == 'success' }}
244
run: |
245
echo "PATH=$env:GITHUB_WORKSPACE\\install\\bin;$env:PATH" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
246
echo "LIB=$env:GITHUB_WORKSPACE\\install\\lib;$env:LIB" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
0 commit comments