File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -196,6 +196,11 @@ jobs:
196
196
uses : actions/download-artifact@v3
197
197
with :
198
198
name : ${{ inputs.sycl_toolchain_artifact }}
199
+ - name : Debug prints [workflow_run]
200
+ if : inputs.sycl_toolchain_artifact != '' && github.event_name == 'workflow_run'
201
+ steps :
202
+ - run : pwd
203
+ - run : ls
199
204
- name : Download SYCL toolchain [workflow_run]
200
205
if : inputs.sycl_toolchain_artifact != '' && github.event_name == 'workflow_run'
201
206
uses : actions/github-script@v6
@@ -221,6 +226,8 @@ jobs:
221
226
- name : Unzip artifact [workflow_run]
222
227
if : inputs.sycl_toolchain_artifact != '' && github.event_name == 'workflow_run'
223
228
run : |
229
+ pwd
230
+ ls
224
231
unzip ${{ inputs.sycl_toolchain_artifact }}.zip
225
232
rm ${{ inputs.sycl_toolchain_artifact }}.zip
226
233
- name : Extract/Setup SYCL toolchain
You can’t perform that action at this time.
0 commit comments