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 201e382 commit a30af68Copy full SHA for a30af68
.github/workflows/sycl-windows-build.yml
@@ -171,11 +171,11 @@ jobs:
171
cmake --build build --target install-compiler-rt
172
- name: Pack toolchain
173
if: ${{ always() && !cancelled() && steps.build.conclusion == 'success' }}
174
+ shell: bash
175
run: |
176
tar -czf ${{ inputs.artifact_archive_name }} -C install .
177
- name: Upload toolchain
178
- shell: bash
179
uses: actions/upload-artifact@v4
180
with:
181
name: sycl_windows_default
0 commit comments