Skip to content

Commit a30af68

Browse files
committed
test
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 201e382 commit a30af68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,11 @@ jobs:
171171
cmake --build build --target install-compiler-rt
172172
- name: Pack toolchain
173173
if: ${{ always() && !cancelled() && steps.build.conclusion == 'success' }}
174+
shell: bash
174175
run: |
175176
tar -czf ${{ inputs.artifact_archive_name }} -C install .
176177
- name: Upload toolchain
177178
if: ${{ always() && !cancelled() && steps.build.conclusion == 'success' }}
178-
shell: bash
179179
uses: actions/upload-artifact@v4
180180
with:
181181
name: sycl_windows_default

0 commit comments

Comments
 (0)